Fixed issue with page not scrolling after opening SidebarXS

• Fixed:
- issue with page not scrolling after opening SidebarXS
This commit is contained in:
mgabdev 2020-08-07 17:59:57 -05:00
parent 57d27420ca
commit 8cafd0f301

View File

@ -79,6 +79,7 @@ class SidebarXS extends ImmutablePureComponent {
}
handleSidebarClose = () => {
document.body.classList.remove(_s.overflowYHidden)
this.props.onCloseSidebar()
}