Home › Forums › Support › Off canvas panel too long – scrolling This topic has 5 replies, 3 voices, and was last updated 2 years, 6 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 31, 2023 at 3:39 am #2590334 Stephan Hello guys, I am using the off canvas panel and put some widgets in there. The content makes it so long that one had to be able to scroll to the bottom of the off canvas panel – but that is not possible. Can you help me with that? Thanks a lot, Stephan March 31, 2023 at 6:47 am #2590575 DavidStaff Customer Support Hi there, try adding this CSS to add some padding below the navigation which will provide it room to scroll: .slideout-navigation.do-overlay .inside-navigation { padding-bottom: 100px !important; } March 31, 2023 at 7:46 am #2590672 Stephan Thanks David. I put it in but no difference. March 31, 2023 at 11:02 am #2591058 YingStaff Customer Support Hi Stephan, Not seeing a long off canvas panel, so it’s kind of difficult to imaging the issue. As your off canvas panel is NOT using overlay style, so remove .do-overlay from David’s CSS, then the padding would apply. And add this CSS to make it scrollable: nav#generate-slideout-menu.slideout-navigation { overflow: scroll; } April 1, 2023 at 7:04 am #2591982 Stephan Hi Ying, it works perfectly with just your CSS. Thank you very much! April 1, 2023 at 4:53 pm #2592506 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In