FIX: prevents iOS software keyboard to hide sk body (#18102)

This commit is contained in:
Joffrey JAFFEUX 2022-08-26 14:52:04 +02:00 committed by GitHub
parent 62b87b2df9
commit a780b42b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -177,8 +177,10 @@
}
&[data-popper-reference-hidden] {
visibility: hidden;
pointer-events: none;
html:not(.ios-device) & {
visibility: hidden;
pointer-events: none;
}
}
}