fix: the topbar was positioned above the mobile docsearch search input. This fixes the z-index order of components (#371)
This commit is contained in:
committed by
GitHub
parent
16c381f6b6
commit
56a1d99a07
@@ -36,7 +36,7 @@ const Topbar = ({ data, api }) => {
|
||||
top: "0",
|
||||
left: "0",
|
||||
right: "0",
|
||||
zIndex: "9999",
|
||||
zIndex: "100",
|
||||
backgroundColor: "light",
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user