Focusing on the input field makes the app zoom in #52

Closed
opened 2026-02-17 00:33:00 +00:00 by aniram · 0 comments
Owner

Whenever the input field has less than 16px font-size the browser will zoom in to the help user input the text.
This is the fix

input {
    font-size: 16px;
}
Whenever the input field has less than 16px font-size the browser will zoom in to the help user input the text. This is the fix ```css input { font-size: 16px; } ```
aniram added this to the 2026.1 milestone 2026-02-17 00:33:00 +00:00
aniram self-assigned this 2026-02-17 00:33:01 +00:00
aniram added reference fix/browser-issues-input-field 2026-02-17 20:39:40 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aniram/cidadon#52
No description provided.