style: fix mobile zoom on input focus/blur

This commit is contained in:
dswbx
2025-09-03 08:28:27 +02:00
parent 111b2ae364
commit 8b4bf0d94a
4 changed files with 19 additions and 8 deletions

View File

@@ -8,8 +8,10 @@ html.fixed,
html.fixed body {
top: 0;
left: 0;
height: 100%;
width: 100%;
right: 0;
bottom: 0;
height: 100dvh;
width: 100dvw;
position: fixed;
overflow: hidden;
overscroll-behavior-x: contain;