diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-27 19:43:47 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-27 19:43:51 +0200 |
commit | 3de1eb480e6b19ea8fbff39ff9a129f09404c277 (patch) | |
tree | 081e57d2032acd4f6c747a77f4ea86bd09151cb5 /core/css/apps.scss | |
parent | e3d1353dc64cac14fd474939c30fdb4bc7c0f700 (diff) | |
download | nextcloud-server-3de1eb480e6b19ea8fbff39ff9a129f09404c277.tar.gz nextcloud-server-3de1eb480e6b19ea8fbff39ff9a129f09404c277.zip |
Mobile fixes and list fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 358498841e1..e880c2a18d7 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: 500; + z-index: 1000; overflow-y: auto; overflow-x: hidden; // Do not use vh because of mobile headers @@ -589,19 +589,20 @@ kbd { display: flex; // padding is included in height padding-top: $header-height; + overflow-y: auto; min-height: 100%; } /* APP-CONTENT AND WRAPPER ------------------------------------------ */ /* Part where the content will be loaded into */ #app-content { - z-index: 1000; + z-index: 500; background-color: var(--color-main-background); position: relative; - min-height: 100%; flex-basis: 100vw; + min-height: 100%; /* margin if navigation element is here */ - #app-navigation + & { + #app-navigation + & { margin-left: $navigation-width; } /* no top border for first settings item */ |