From 13a5f8ddc4f92c1fb56847b4276117cbd265b457 Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Tue, 6 Aug 2019 08:45:19 +0200 Subject: [PATCH] prevent the server's app-navigation's css to overrule the scoped css in vue components Signed-off-by: Marco Ambrosini --- core/css/apps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 0f5534cc71f..862547d1858 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; -- 2.39.5