Merge pull request #12476 from ramonlsouza/fix-navbar-z-index-new-lm
fix: navbar z-index - new LM
This commit is contained in:
commit
aeda277de9
@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -145,7 +145,6 @@ class NavBar extends Component {
|
||||
left: style.left,
|
||||
height: style.height,
|
||||
width: style.width,
|
||||
zIndex: style.zIndex,
|
||||
}
|
||||
: {
|
||||
position: 'relative',
|
||||
|
Loading…
Reference in New Issue
Block a user