mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
FIX: prevents iOS software keyboard to hide sk body (#18102)
This commit is contained in:
parent
62b87b2df9
commit
a780b42b03
@ -177,10 +177,12 @@
|
||||
}
|
||||
|
||||
&[data-popper-reference-hidden] {
|
||||
html:not(.ios-device) & {
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select-kit-row {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user