mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
UI: Place tooltips and popups in front of log windows (#2253)
This commit is contained in:
@@ -259,6 +259,9 @@ export function refreshTheme(): void {
|
||||
border: "2px solid " + Settings.theme.white,
|
||||
maxWidth: "100vh",
|
||||
},
|
||||
popper: {
|
||||
zIndex: 25000,
|
||||
},
|
||||
},
|
||||
defaultProps: {
|
||||
disableInteractive: true,
|
||||
|
||||
@@ -82,6 +82,7 @@ export const Modal = ({
|
||||
}}
|
||||
closeAfterTransition
|
||||
className={classes.modal}
|
||||
style={{ zIndex: 20000 }}
|
||||
sx={sx}
|
||||
>
|
||||
<Fade in={open}>
|
||||
|
||||
Reference in New Issue
Block a user