mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +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: {
|
||||
position: 'relative',
|
||||
'z-index': 1,
|
||||
display: 'inline-flex',
|
||||
float: 'right',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user