prevent the server's app-navigation's css to overrule the scoped css in vue components

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2019-08-06 08:45:19 +02:00
parent effca30d10
commit 70eeb9df4e
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;