Browse Source

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

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
tags/v17.0.0beta1
Marco Ambrosini 4 years ago
parent
commit
70eeb9df4e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/apps.scss

+ 1
- 1
core/css/apps.scss View File



/* 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;

Loading…
Cancel
Save