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
path: root/core/css
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-08-06 09:45:19 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-08-30 17:56:32 +0300
commit8f0a36cddfa5fbb74a3946b7c146723ce77ac00e (patch)
tree8f0864782f10f9b601e68706a9943deb52fd5526 /core/css
parent71e46474df1a2d094c33f1fcfcf99baa0b8da879 (diff)
prevent the server's app-navigation's css to overrule the scoped css in vue components
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 433100d042f..6e8d129ecda 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -77,7 +77,7 @@ kbd {
/* APP-NAVIGATION ------------------------------------------------------------ */
/* Navigation: folder like structure */
-#app-navigation {
+#app-navigation:not(.vue) {
width: $navigation-width;
position: fixed;
top: $header-height;