diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-08-06 15:37:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-06 15:37:55 +0200 |
commit | 468c61653fc968a837f0c4145af287784c038cbc (patch) | |
tree | 355ceb1ef04c2220c9ec2b186c4024e1e3468ae2 | |
parent | effca30d1057deb56ed181662ffc3549ddca06e5 (diff) | |
parent | 70eeb9df4e955c20a5a777ec393b71d0baa34bde (diff) | |
download | nextcloud-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.scss | 2 |
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; |