Remove fixed min-height, let popup auto-size to content
All checks were successful
check / check (push) Successful in 12s
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:
@@ -14,5 +14,4 @@
|
||||
|
||||
body {
|
||||
width: 396px;
|
||||
min-height: 720px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user