fix(inspector): fix z-index of tabs (#723)

This commit is contained in:
Nathan Bierema 2021-06-06 20:19:03 -04:00 committed by GitHub
parent a8d99ee424
commit e7477833f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,7 +289,6 @@ const getSheetFromColorMap = (map: ColorMap) => ({
tabSelector: {
position: 'relative',
'z-index': 1,
display: 'inline-flex',
float: 'right',
},