Skip to content

Commit a837af8

Browse files
committed
Remove scrollbar when hidden.
1 parent b676d44 commit a837af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/DebugPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function getDefaultStyle(props) {
1313
position: 'fixed',
1414
zIndex: 999,
1515
fontSize: 17,
16-
overflow: 'scroll',
16+
overflow: 'auto',
1717
opacity: 0.92,
1818
background: 'black',
1919
color: 'white',

0 commit comments

Comments
 (0)