From 70eeb9df4e955c20a5a777ec393b71d0baa34bde 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 fbe79d005d..6c2f98765f 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;