[stable16] prevent the server's app-navigation's css to overru… (#16936)

[stable16] prevent the server's app-navigation's css to overrule the scoped css …
This commit is contained in:
John Molakvoæ 2019-08-31 09:44:18 +02:00 committed by GitHub
commit 5abc146b37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ kbd {
/* APP-NAVIGATION ------------------------------------------------------------ */ /* APP-NAVIGATION ------------------------------------------------------------ */
/* Navigation: folder like structure */ /* Navigation: folder like structure */
#app-navigation { #app-navigation:not(.vue) {
width: $navigation-width; width: $navigation-width;
position: fixed; position: fixed;
top: $header-height; top: $header-height;