Ver código fonte

[stable15] prevent the server's app-navigation's css to overru… (#16937)

[stable15] prevent the server's app-navigation's css to overrule the scoped css …
John Molakvoæ 4 anos atrás
pai
commit
5f4bc054ed
1 arquivos alterados com 1 adições e 1 exclusões
  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;