mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:32:44 +08:00
FIX: bugs in safari where select-kit is not expanding on iOS (#7118)
This commit is contained in:
parent
fe62de68dd
commit
974e756369
|
@ -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;
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
form {
|
||||
margin-top: 20px;
|
||||
input[type="text"] {
|
||||
input:not(.filter-input)[type="text"] {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user