arkon / ng-sidebar

[Inactive] Angular sidebar component.

Home Page:https://echeung.me/ng-sidebar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gracian37 opened this issue · comments

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!

commented

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