diff --git a/source/css/organisms/side-cta-panel.pcss b/source/css/organisms/side-cta-panel.pcss index d8c247b6669479be11c97c3a0f222694ef76ee44..762cd6f0818b9d1f07101d59906735c76839aa26 100644 --- a/source/css/organisms/side-cta-panel.pcss +++ b/source/css/organisms/side-cta-panel.pcss @@ -122,6 +122,13 @@ /*on desktop sticky in relative div */ @media only screen and (min-width: 621px){ @apply h-full absolute right-0; + + .side-cta-panel-bar { + position: fixed; + right: -48px; + } + } + @media only screen and (min-width: 1300px){ .side-cta-panel-bar { position: sticky; }