diff --git a/ui/src/App.scss b/ui/src/App.scss index 1881186..2f4ee14 100644 --- a/ui/src/App.scss +++ b/ui/src/App.scss @@ -12,6 +12,10 @@ } } +.MuiPopover-root { + z-index: 99999999 !important; +} + .offline-mode, .cloud-not-installed { background: var(--upper-gradient); width: 100%;