Long sidebar requires scrolling main content
Opened this issue · 1 comments
bitwombat commented
When the sidebar is long, the user can't get to the lower items without scrolling the main content window all the way to the bottom.
Good example here:
https://docs.zendframework.com/zend-form/advanced/
Easiest fix is just to take the position:sticky off of .sidebar.
froschdesign commented
Easiest fix is just to take the position:sticky off of .sidebar.
Then we would lose the comfort of visible sub-navigation. Compare with:
- https://docs.zendframework.com/zend-barcode/renderers/
- https://docs.zendframework.com/zend-mvc/routing/
I working already on some improvements for the sub-navigation. Included is also a solution for very long navigations like in zend-expressive, zend-form and zend-view.