Przeglądaj źródła

[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 lat temu
rodzic
commit
5f4bc054ed
1 zmienionych plików z 1 dodań i 1 usunięć
  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;