added a new class for side column to make it sticky
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s
all divs with .IBMSMSplitMainSmallSideSec should have a div wrapped around them with .IBMSMSplitMainSmallSideSecWrapper
This commit is contained in:
parent
6acf4c3028
commit
d22b007fd9
@ -129,3 +129,11 @@
|
|||||||
color: rgba(255,255,255,0.75);
|
color: rgba(255,255,255,0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.IBMSMSplitMainSmallSideSecWrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
grid-gap: 0px;
|
||||||
|
position: sticky;
|
||||||
|
top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user