mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
BUGFIX: Dropdown list appears behind modal when it's used in modal (#2282)
This commit is contained in:
@@ -408,6 +408,13 @@ export function refreshTheme(): void {
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiModal: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
zIndex: 20000,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@@ -82,7 +82,6 @@ export const Modal = ({
|
||||
}}
|
||||
closeAfterTransition
|
||||
className={classes.modal}
|
||||
style={{ zIndex: 20000 }}
|
||||
sx={sx}
|
||||
>
|
||||
<Fade in={open}>
|
||||
|
||||
Reference in New Issue
Block a user