diff --git a/src/styles/innerPage.css b/src/styles/innerPage.css index c76a6f8..d8f85d8 100644 --- a/src/styles/innerPage.css +++ b/src/styles/innerPage.css @@ -129,3 +129,11 @@ color: rgba(255,255,255,0.75); } +.IBMSMSplitMainSmallSideSecWrapper { + display: flex; + flex-direction: column; + grid-gap: 0px; + position: sticky; + top: 15px; +} +