mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Merge pull request #22 from jasonals/patch-1
Remove scrollbar when hidden.
This commit is contained in:
commit
69158ec338
|
@ -13,7 +13,7 @@ export function getDefaultStyle(props) {
|
|||
position: 'fixed',
|
||||
zIndex: 999,
|
||||
fontSize: 17,
|
||||
overflow: 'scroll',
|
||||
overflow: 'auto',
|
||||
opacity: 0.92,
|
||||
background: 'black',
|
||||
color: 'white',
|
||||
|
|
Loading…
Reference in New Issue
Block a user