Fix list views for safari

Usually useless hight information fixes rendering issues on safari
browsers
This commit is contained in:
Sean 2020-07-14 13:13:49 +02:00
parent 85a22ed99c
commit 109fea791d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ $pbl-height: var(--pbl-height);
.vscroll-list-view {
flex: 1 1 auto;
height: 100%;
.projector-button {
margin: auto;