UI: Place tooltips and popups in front of log windows (#2253)

This commit is contained in:
catloversg
2025-07-20 04:49:46 +07:00
committed by GitHub
parent e3ea611928
commit 581048a757
2 changed files with 4 additions and 0 deletions

View File

@@ -259,6 +259,9 @@ export function refreshTheme(): void {
border: "2px solid " + Settings.theme.white,
maxWidth: "100vh",
},
popper: {
zIndex: 25000,
},
},
defaultProps: {
disableInteractive: true,

View File

@@ -82,6 +82,7 @@ export const Modal = ({
}}
closeAfterTransition
className={classes.modal}
style={{ zIndex: 20000 }}
sx={sx}
>
<Fade in={open}>