[stable16] prevent the server's app-navigation's css to overru… (#16936)
[stable16] prevent the server's app-navigation's css to overrule the scoped css …
This commit is contained in:
commit
5abc146b37
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ kbd {
|
||||||
|
|
||||||
/* 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…
Reference in a new issue