]> source.dussan.org Git - nextcloud-server.git/commitdiff
prevent the server's app-navigation's css to overrule the scoped css in vue components 16936/head
authorMarco Ambrosini <marcoambrosini@pm.me>
Tue, 6 Aug 2019 06:45:19 +0000 (08:45 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Fri, 30 Aug 2019 14:56:32 +0000 (14:56 +0000)
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
core/css/apps.scss

index 433100d042f507c6c9bf8c8e715207497208c970..6e8d129ecdaddf20451c2c94a2e215cc32f66c57 100644 (file)
@@ -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;