mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/css: ensure body background color applies to whole height
This commit is contained in:
parent
5fbb8a21ab
commit
7cad53bb7d
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ body {
|
|||
font-size: 16px;
|
||||
touch-action: none;
|
||||
color: var(--text-color);
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Add table
Reference in a new issue