Merge pull request #522 from Hongarc/css

fix(css): fix offset top of select level (in firefox)
This commit is contained in:
Peter Cottle 2018-12-06 11:45:24 -08:00 committed by GitHub
commit adb748c0ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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