From ec863fb7b9f2360764f7d742c760424e5207d257 Mon Sep 17 00:00:00 2001 From: Alexander Posztos Date: Thu, 5 Feb 2026 11:38:54 +0100 Subject: [PATCH] Fix iOS auto-zoom on select and command search inputs --- src/css/basecoat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/basecoat.css b/src/css/basecoat.css index b07860a..532e9c3 100644 --- a/src/css/basecoat.css +++ b/src/css/basecoat.css @@ -555,7 +555,7 @@ @apply size-4 shrink-0 opacity-50; } input { - @apply placeholder:text-muted-foreground flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50; + @apply placeholder:text-muted-foreground flex h-10 w-full rounded-md bg-transparent py-3 text-base md:text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50; } } [role='menu'] { @@ -980,7 +980,7 @@ @apply size-4 shrink-0 opacity-50; } input[role='combobox'] { - @apply placeholder:text-muted-foreground flex h-10 flex-1 w-full rounded-md bg-transparent py-3 text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50 min-w-0; + @apply placeholder:text-muted-foreground flex h-10 flex-1 w-full rounded-md bg-transparent py-3 text-base md:text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50 min-w-0; } } [role='listbox']:not(:has([data-value]:not([aria-hidden='true'])))::before {