Deal with the 64 pixels of doom once and for all
Co-authored-by: Freeplay <freeplay@duck.com>
This commit is contained in:
parent
7696eccc14
commit
9b5d736757
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue