fix(frontend): prevent iOS Safari auto-zoom on input focus
This commit is contained in:
@@ -189,6 +189,11 @@
|
|||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Prevent iOS Safari auto-zoom on input focus (triggered when font-size < 16px) */
|
||||||
|
input, select, textarea {
|
||||||
|
font-size: max(16px, 1em);
|
||||||
|
}
|
||||||
|
|
||||||
.glossy-effect::before {
|
.glossy-effect::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user