Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/css/mobile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index 021ab40c15e..c33cf0d3886 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -21,7 +21,7 @@
}
/* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/
- #app-navigation {
+ #app-navigation:not(.vue) {
transform: translateX(-#{variables.$navigation-width});
position: fixed;
height: var(--body-height);