docs: increase z-index of the menu-bar

This commit is contained in:
unix
2020-05-03 00:33:30 +08:00
parent 3e022b6699
commit 2e2bc3f80f

View File

@@ -77,7 +77,7 @@ const MenuSticker = () => {
top: 0;
left: 0;
right: 0;
z-index: 901;
z-index: 1500;
background-color: ${theme.palette.background};
box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 0;
}