test(modal): update snapshots

fix(modal): fix max-width in mobile

fix: decrease the Z level of the mobile menu

test: update snapshots
This commit is contained in:
unix
2020-04-24 12:21:31 +08:00
parent abca5e9d8f
commit 870fc5cb8e
3 changed files with 11 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ const TabbarMobile:React.FC<Props> = ({ onClick }) => {
top: 0;
left: 0;
right: 0;
z-index: 10000;
z-index: 950;
height: 3.7rem;
background-color: ${theme.palette.background};
display: flex;