[ad_1]
Hallo @namisds,
try this π The hight from the Sidebar Container was missing. Use flexbox here as well to fix it quicker.
I hope this will help you π
#left-sidebar {
display: flex;
}
#left-sidebar .inside-left-sidebar .gb-container {
position: sticky;
top: 20%;
padding: 0.5rem 0.75rem;
}
that worked perfectly! Thank you so much!
-
This reply was modified 18 seconds ago by
AJ Siman.
