By liliplanet on
Hi! Got my heart stuck on a clean looking site, but would like the sidebars and body be able to scroll independently.
It must be possible, because Bootstrap documentation has that capability.
https://getbootstrap.com/docs/5.0/getting-started/introduction/
And the expanding menu on the left, wow.
Please would you be so kind to point me in the right direction 🌿
Comments
=-=
For scrolling specific regions, you will need to adjust the CSS using the overflow: auto or overflow: scroll property.
https://www.w3schools.com/cssref/pr_pos_overflow.asp
The collapsing menu may already be baked into the theme you are using. You didn't mention. If it is, you should be able to use Drupal's menu system and add children to expose the effect. Otherwise, that may be a question best served in the issue queue of the theme in use.
Thank you so much @VM, I had
Thank you so much @VM, I had a look, but will need research to understand this. Most appreciate you pointing me in the right direction 🌿