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 …
This commit is contained in:
John Molakvoæ 2019-08-06 15:37:55 +02:00 committed by GitHub
commit 468c61653f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;