瀏覽代碼

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 年之前
父節點
當前提交
70eeb9df4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      core/css/apps.scss

+ 1
- 1
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…
取消
儲存