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:
@@ -36,7 +36,7 @@ const Topbar = ({ data, api }) => {
|
|||||||
top: "0",
|
top: "0",
|
||||||
left: "0",
|
left: "0",
|
||||||
right: "0",
|
right: "0",
|
||||||
zIndex: "9999",
|
zIndex: "100",
|
||||||
backgroundColor: "light",
|
backgroundColor: "light",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user