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:
parent
ad4ac73a20
commit
13a5f8ddc4
|
@ -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 New Issue