Home › Forums › Support › Sticky block This topic has 3 replies, 2 voices, and was last updated 3 years, 8 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 13, 2022 at 10:05 am #2079407 Greg Hi guys Having some trouble getting a block to be sticky. I’ve added custom CSS for ‘sticky-block’, and assigned this class to the grid, but it’s still not working for me. Any ideas what I’m doing wrong? (I’ve shared the URL in the info for this thread). .sticky-block { position: -webkit-sticky; position: sticky; top: 60px; } .sticky-block > .gb-inside-container { height: 100%; } Thanks for your time Greg January 13, 2022 at 11:17 am #2079479 YingStaff Customer Support Hi Greg, Can you add a CSS class to the parent Container block of the Grid block, eg. sticky-parent-block, then add this CSS: .gb-container.sticky-parent-block > .gb-inside-container { height: 100%; } Let me know if this helps 🙂 January 13, 2022 at 11:46 am #2079522 Greg Hero! Thanks Ying, that’s done the trick 🙂 January 13, 2022 at 11:50 am #2079531 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In