Deal with the 64 pixels of doom once and for all

Co-authored-by: Freeplay <freeplay@duck.com>
This commit is contained in:
CenTdemeern1 2024-11-04 04:44:10 +01:00
parent a881d083e0
commit 2a4fb1f615

View file

@ -242,7 +242,8 @@ onDeactivated(() => {
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%; // ?????? Works somehow???
height: 100vh;
max-height: inherit;
> i {
display: block;
@ -464,7 +465,8 @@ onDeactivated(() => {
align-items: center;
background: #111;
color: #fff;
height: 100%; // ?????? Works somehow???
height: 100vh;
max-height: inherit;
> div {
display: table-cell;