Skip to content

Commit 69158ec

Browse files
committed
Merge pull request #22 from jasonals/patch-1
Remove scrollbar when hidden.
2 parents b676d44 + a837af8 commit 69158ec

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)