web/Omnibox: workaround for link area being unusable on iPadOS 15

This commit is contained in:
dumbmoron 2024-08-06 14:02:21 +00:00
parent 075b2799e3
commit 3b90f5ee17
No known key found for this signature in database

View file

@ -254,6 +254,8 @@
/* workaround for safari */
font-size: inherit;
user-select: text;
-webkit-user-select: text;
}
#link-area:focus-visible {