mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-10 05:19:38 +00:00
update footer position: use dvh not vh for body
This commit is contained in:
parent
0027dcbc79
commit
9c600d863e
@ -16,6 +16,7 @@ templ styles() {
|
|||||||
color: #FEFEFE;
|
color: #FEFEFE;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
min-height: 100dvh; /* If the browser does not support dvh, use vh instead */
|
||||||
}
|
}
|
||||||
|
|
||||||
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
|
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user