Main: fix IE compatibility issues (#12237)

This commit is contained in:
hetech 2018-08-06 11:12:06 +08:00 committed by Jikkai Xiao
parent 3a7a1ff8bb
commit 8a2ed18d3f

View File

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