diff options
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 4d1df825e69..2d43ab3f76c 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -77,7 +77,7 @@ kbd { position: fixed; top: $header-height; left: 0; - z-index: 1000; + z-index: 500; overflow-y: auto; overflow-x: hidden; // Do not use vh because of mobile headers @@ -595,7 +595,7 @@ kbd { /* APP-CONTENT AND WRAPPER ------------------------------------------ */ /* Part where the content will be loaded into */ #app-content { - z-index: 500; + z-index: 1000; background-color: var(--color-main-background); position: relative; flex-basis: 100vw; |