mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-27 22:54:38 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user