Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-08-06 09:45:19 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-08-30 17:58:30 +0300
commit13a5f8ddc4f92c1fb56847b4276117cbd265b457 (patch)
tree725dba5faff4ee98835cb1bc90f356a508e0b91b /core/css
parentad4ac73a20d64c12dbefd70ce13b5a5318b8f0eb (diff)
prevent the server's app-navigation's css to overrule the scoped css in vue components
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.scss2
1 files changed, 1 insertions, 1 deletions
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;