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
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-08-06 09:45:19 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2019-08-06 09:45:19 +0300
commit70eeb9df4e955c20a5a777ec393b71d0baa34bde (patch)
tree355ceb1ef04c2220c9ec2b186c4024e1e3468ae2 /core/css/apps.scss
parenteffca30d1057deb56ed181662ffc3549ddca06e5 (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/apps.scss')
-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;