Fixed issue with page not scrolling after opening SidebarXS
• Fixed: - issue with page not scrolling after opening SidebarXS
This commit is contained in:
parent
57d27420ca
commit
8cafd0f301
@ -79,6 +79,7 @@ class SidebarXS extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
handleSidebarClose = () => {
|
||||
document.body.classList.remove(_s.overflowYHidden)
|
||||
this.props.onCloseSidebar()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user