mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Increase z-index.
This commit is contained in:
parent
b15ae64c8e
commit
e2625943fe
|
@ -11,7 +11,7 @@ export function getDefaultStyle(props) {
|
|||
|
||||
return {
|
||||
position: 'fixed',
|
||||
zIndex: 999,
|
||||
zIndex: 10000,
|
||||
fontSize: 17,
|
||||
overflow: 'auto',
|
||||
opacity: 0.92,
|
||||
|
|
Loading…
Reference in New Issue
Block a user