diff --git a/site/components/ui/Quantity/Quantity.module.css b/site/components/ui/Quantity/Quantity.module.css index fa60cc56e..6c7efc723 100644 --- a/site/components/ui/Quantity/Quantity.module.css +++ b/site/components/ui/Quantity/Quantity.module.css @@ -23,5 +23,5 @@ } .input { - @apply bg-transparent px-4 w-full h-full focus:outline-none select-none pointer-events-auto; + @apply [appearance:textfield] bg-transparent px-4 w-full h-full focus:outline-none select-none pointer-events-auto; }