fix(modal): fix typography and alignment on mobile (#382)

* fix(modal): fix layout of modal actions on safari mobile

* fix(modal): fix vertical alignment on safari mobile

* test(modal): update snapshots

* docs: hide menu when modal active

* docs(modal): add overlong case
This commit is contained in:
witt
2020-09-03 09:52:42 +08:00
committed by GitHub
parent dd8c95d561
commit 43efed8e79
11 changed files with 116 additions and 75 deletions

View File

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