diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-08-31 10:40:11 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-01 14:15:42 +0200 |
commit | d6bd98d3c5ff09abd48d9aff4960638c34f9d58b (patch) | |
tree | 853f76977f4c323b2c535e53adfc572dca95b3ac /core/css/mobile.css | |
parent | 7cc814093e1d61606a8f7efc6fffc92e425e5b4e (diff) | |
download | nextcloud-server-d6bd98d3c5ff09abd48d9aff4960638c34f9d58b.tar.gz nextcloud-server-d6bd98d3c5ff09abd48d9aff4960638c34f9d58b.zip |
Bump bundled files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index ba30dff14d8..82b3424b7af 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -40,8 +40,10 @@ } /* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/ - #app-navigation { + #app-navigation:not(.vue) { transform: translateX(-300px); + position: fixed; + height: var(--body-height); } .snapjs-left #app-navigation { |