added min-height to <body>
used the height of .settings element.
This commit is contained in:
parent
146cf2edd8
commit
3b4963d77c
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ main,
|
|||
body {
|
||||
color: hsl(var(--color-1));
|
||||
background-color: hsl(var(--color-2));
|
||||
min-height: 21.875rem;
|
||||
}
|
||||
|
||||
/* Settings */
|
||||
|
|
Loading…
Reference in a new issue