Remove fixed min-height, let popup auto-size to content
All checks were successful
check / check (push) Successful in 12s

Browser popups auto-size to fit content. A fixed min-height
forced the body taller than the browser allows, causing
scrollbars. Now each view is exactly as tall as it needs to be.
This commit is contained in:
2026-02-25 15:57:07 +07:00
parent 29d6e7918e
commit 2a4e29b773

View File

@@ -14,5 +14,4 @@
body {
width: 396px;
min-height: 720px;
}