added min-height 100% to <html>
This commit is contained in:
parent
f50d5202d3
commit
8cee77fae2
1 changed files with 4 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue