App: set :root min-height to 100vh
All checks were successful
/ depoly (push) Successful in 1m19s

This commit is contained in:
thislight 2024-11-10 22:41:21 +08:00
parent 4fa6cb4afc
commit 2d56bdfe3a
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -10,7 +10,7 @@
overscroll-behavior-block: none;
}
body, #root {
:root, body, #root {
min-height: 100vh;
min-height: 100dvh;
}