Prevent body scrolling when user scrolls side menu

This commit is contained in:
Petr Flaks 2020-06-12 23:43:06 +03:00
parent 2ede22c45c
commit b564eb1193
No known key found for this signature in database
GPG Key ID: 5E0EED528DE35E48

View File

@ -80,6 +80,7 @@ export function PerfectScrollbarWrap(
<div
style={{
overflow: 'auto',
overscrollBehavior: 'contain',
msOverflowStyle: '-ms-autohiding-scrollbar',
}}
>