Merge pull request #12476 from ramonlsouza/fix-navbar-z-index-new-lm

fix: navbar z-index - new LM
This commit is contained in:
Anton Georgiev 2021-05-31 14:50:16 -04:00 committed by GitHub
commit aeda277de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -205,7 +205,6 @@ class CustomLayout extends Component {
height: DEFAULT_VALUES.navBarHeight,
top,
left: mediaAreaBounds.left,
zIndex: 1,
};
}
@ -666,7 +665,6 @@ class CustomLayout extends Component {
top: navbarBounds.top,
left: navbarBounds.left,
tabOrder: DEFAULT_VALUES.navBarTabOrder,
zIndex: navbarBounds.zIndex,
},
});

View File

@ -145,7 +145,6 @@ class NavBar extends Component {
left: style.left,
height: style.height,
width: style.width,
zIndex: style.zIndex,
}
: {
position: 'relative',