mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user