added min-height 100% to <html>

This commit is contained in:
westtle 2024-02-05 19:06:21 +07:00
parent f50d5202d3
commit 8cee77fae2

View file

@ -83,6 +83,10 @@ textarea {
clip-path: inset(50%);
}
html {
min-height: 100%;
}
body {
color: hsl(var(--color-1));
background-color: hsl(var(--color-2));