Commit 8a2ed18d authored by hetech's avatar hetech Committed by Jikkai Xiao

Main: fix IE compatibility issues (#12237)

parent 3a7a1ff8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment