summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-08-06 15:37:55 +0200
committerGitHub <noreply@github.com>2019-08-06 15:37:55 +0200
commit468c61653fc968a837f0c4145af287784c038cbc (patch)
tree355ceb1ef04c2220c9ec2b186c4024e1e3468ae2
parenteffca30d1057deb56ed181662ffc3549ddca06e5 (diff)
parent70eeb9df4e955c20a5a777ec393b71d0baa34bde (diff)
downloadnextcloud-server-468c61653fc968a837f0c4145af287784c038cbc.tar.gz
nextcloud-server-468c61653fc968a837f0c4145af287784c038cbc.zip
prevent the server's app-navigation's css to overrule the scop… (#16661)
prevent the server's app-navigation's css to overrule the scoped 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 fbe79d005d8..6c2f98765fb 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;