Replace height with min-height, fixes squashed bottom margin.
This commit is contained in:
parent
e303b934f7
commit
732c054075
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ body
|
|||
"content_body" 1fr
|
||||
/1fr;
|
||||
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
margin: 0;
|
||||
|
||||
background-color: var(--color_primary);
|
||||
|
|
Loading…
Reference in a new issue