]> source.dussan.org Git - nextcloud-server.git/commitdiff
prevent the server's app-navigation's css to overrule the scoped css in vue components 16937/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:58:30 +0000 (14:58 +0000)
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
core/css/apps.scss

index 0f5534cc71f22654cb335b99b6173b3e44145c4f..862547d1858343785a509f3acc906cef2e198a80 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;