mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +08:00
Main: fix IE compatibility issues (#12237)
This commit is contained in:
parent
3a7a1ff8bb
commit
8a2ed18d3f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user