Explorar el Código

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 hace 4 años
padre
commit
70eeb9df4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      core/css/apps.scss

+ 1
- 1
core/css/apps.scss Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar