mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/Omnibox: workaround for link area being unusable on iPadOS 15
This commit is contained in:
parent
075b2799e3
commit
3b90f5ee17
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@
|
|||
|
||||
/* workaround for safari */
|
||||
font-size: inherit;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
#link-area:focus-visible {
|
||||
|
|
Loading…
Reference in a new issue