mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-10 18:29:58 +00:00
disabled emoji image selection on ios
This commit is contained in:
parent
3264cab247
commit
adba73d60c
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ input[type="checkbox"] {
|
||||||
margin-right: 0.4rem;
|
margin-right: 0.4rem;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.picker-image {
|
.picker-image {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
Loading…
Reference in a new issue