FIX: bugs in safari where select-kit is not expanding on iOS (#7118)

This commit is contained in:
Joffrey JAFFEUX 2019-03-06 11:29:45 +01:00 committed by GitHub
parent fe62de68dd
commit 974e756369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -24,8 +24,6 @@
z-index: z("dropdown");
.select-kit-body {
-webkit-animation: fadein 0.25s;
animation: fadein 0.25s;
display: flex;
flex-direction: column;
left: 0;

View File

@ -66,7 +66,7 @@
form {
margin-top: 20px;
input[type="text"] {
input:not(.filter-input)[type="text"] {
box-sizing: border-box;
width: 100%;
}