mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-26 03:23:55 +03:00
fix(inspector): fix z-index of tabs (#723)
This commit is contained in:
parent
a8d99ee424
commit
e7477833f0
|
@ -289,7 +289,6 @@ const getSheetFromColorMap = (map: ColorMap) => ({
|
||||||
|
|
||||||
tabSelector: {
|
tabSelector: {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
'z-index': 1,
|
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
float: 'right',
|
float: 'right',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user