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

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
pull/16661/head
Marco Ambrosini 7 years ago
parent effca30d10
commit 70eeb9df4e
  1. 2
      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;

Loading…
Cancel
Save