arkon / ng-sidebar

[Inactive] Angular sidebar component.
https://echeung.me/ng-sidebar
MIT License
388 stars 136 forks source link

How to hide the scrollbar in "ng-sidebar-content" #183

Closed gracian37 closed 5 years ago

gracian37 commented 5 years ago

When I open a modal dialogue, I can also scroll the content behind the modal in Edge .How can I hide the scroll bar in "ng-sidebar-content" ? Any one knows? Thanks a lot!

arkon commented 5 years ago

Somehow apply overflow: hidden to the element with the class .ng-sidebar__content when the modal is open.