From: Marco Ambrosini Date: Tue, 6 Aug 2019 06:45:19 +0000 (+0200) Subject: prevent the server's app-navigation's css to overrule the scoped css in vue components X-Git-Tag: v15.0.12RC1~22^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F16937%2Fhead;p=nextcloud-server.git prevent the server's app-navigation's css to overrule the scoped css in vue components Signed-off-by: Marco Ambrosini --- 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;