fix(css): fix offset top of select level (in firefox)

This commit is contained in:
Hongarc 2018-12-06 23:14:46 +07:00
parent 444468f091
commit d06e024a2a

View file

@ -72,6 +72,10 @@ body,
display: -ms-flexbox;
}
.contentHolder {
display: flex;
}
body,
.flex1 {
-webkit-box-flex: 1;