Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 811dbc8

Browse files
committed
Revert "fix: prevent body scrolling when user scrolls side menu (Redocly#1300)"
This reverts commit 865a56a.
1 parent 21e4be7 commit 811dbc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common-elements/perfect-scrollbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export function PerfectScrollbarWrap(
8080
<div
8181
style={{
8282
overflow: 'auto',
83-
overscrollBehavior: 'contain',
8483
msOverflowStyle: '-ms-autohiding-scrollbar',
8584
}}
8685
>

0 commit comments

Comments
 (0)