From d22b007fd9d930e6012d86607a66f9a47acba7dd Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 14 Aug 2024 08:16:17 +0000 Subject: [PATCH] added a new class for side column to make it sticky all divs with .IBMSMSplitMainSmallSideSec should have a div wrapped around them with .IBMSMSplitMainSmallSideSecWrapper --- src/styles/innerPage.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +} +