fixed zoom issue
This commit is contained in:
parent
2f0f80fd93
commit
6bc965e86d
@ -23,7 +23,8 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
min-height: 100vh;
|
/* Compensate for html zoom:0.8 so grid fills viewport visually */
|
||||||
|
min-height: calc(100vh / 0.8);
|
||||||
grid-template-rows: auto 1fr auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user