mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 07:49: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;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
.picker-image {
|
||||
object-fit: cover;
|
||||
|
|
Loading…
Reference in a new issue