File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ const useStylesFromThemeFunction = createUseStyles(theme => ({
200
200
} ) ,
201
201
topNavBar : props => ( {
202
202
width : '100%' ,
203
+ zIndex : theme . zIndexes . menu , // The navbar appears below other blocks without zIndex
203
204
position : ( ( ) => {
204
205
if ( props . mode === 'transparent' ) {
205
206
return 'absolute'
@@ -247,7 +248,6 @@ const useStylesFromThemeFunction = createUseStyles(theme => ({
247
248
position : 'relative' ,
248
249
} ,
249
250
logo : {
250
- zIndex : 1 ,
251
251
width : '8.5rem' ,
252
252
height : 'auto' ,
253
253
paddingBottom : '1.5rem' ,
@@ -264,7 +264,6 @@ const useStylesFromThemeFunction = createUseStyles(theme => ({
264
264
gap : '0.4rem' ,
265
265
transform : 'translateX(-50%)' ,
266
266
alignItems : 'baseline' ,
267
- zIndex : theme . zIndexes . menu ,
268
267
[ `@media (max-width: ${ theme . condensedWidthBreakPoint } )` ] : {
269
268
display : 'none' ,
270
269
} ,
You can’t perform that action at this time.
0 commit comments