mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +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',
|
position: 'fixed',
|
||||||
zIndex: 999,
|
zIndex: 999,
|
||||||
fontSize: 17,
|
fontSize: 17,
|
||||||
overflow: 'scroll',
|
overflow: 'auto',
|
||||||
opacity: 0.92,
|
opacity: 0.92,
|
||||||
background: 'black',
|
background: 'black',
|
||||||
color: 'white',
|
color: 'white',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user