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:
Kasper Fabricius Kristensen
2021-09-07 16:59:53 +02:00
committed by GitHub
parent 16c381f6b6
commit 56a1d99a07

View File

@@ -36,7 +36,7 @@ const Topbar = ({ data, api }) => {
top: "0",
left: "0",
right: "0",
zIndex: "9999",
zIndex: "100",
backgroundColor: "light",
},
}}