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

index fbe79d005d8b1e1580099835f3291eaa135c2599..6c2f98765fbfba1b3e29c811de0ad781847d7738 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;