Forráskód Böngészése

Main: fix IE compatibility issues (#12237)

hetech 7 éve
szülő
commit
8a2ed18d3f
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      packages/theme-chalk/src/main.scss

+ 2 - 0
packages/theme-chalk/src/main.scss

@@ -2,6 +2,8 @@
 @import "common/var";
 
 @include b(main) {
+  // IE11 supports the <main> element partially https://caniuse.com/#search=main
+  display: block;
   flex: 1;
   flex-basis: auto;
   overflow: auto;