azouaoui-med / react-pro-sidebar

React Pro Sidebar provides a set of components for creating high level and customizable side navigation
https://azouaoui-med.github.io/react-pro-sidebar/
MIT License
1.72k stars 412 forks source link

Fixed and collapsible sidebar. #207

Closed chuboyo closed 7 months ago

chuboyo commented 10 months ago

Hi @azouaoui-med , nice work on this package.

I have tried making the sidebar fixed with css such that as page content scrolls, the sidebar remains in a fixed position. With the sidebar fixed, it becomes non-collapsible.

It would be nice to have the position of the sidebar fixed and collapsible while allowing vertical overflow on the main page.

Thanks.

LordHub commented 10 months ago

I'm not sure of what's your configuration but overwriting this class did the trick for me .ps-sidebar-container { position: sticky !important; top: 0px; height: unset !important; }

azouaoui-med commented 9 months ago

thats more of a layout issue, the sidebar can be controlled by whatever layout you create around it

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.