From 109fea791d76a97b5421688663f90a7c6e7f7482 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 14 Jul 2020 13:13:49 +0200 Subject: [PATCH] Fix list views for safari Usually useless hight information fixes rendering issues on safari browsers --- .../components/list-view-table/list-view-table.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/shared/components/list-view-table/list-view-table.component.scss b/client/src/app/shared/components/list-view-table/list-view-table.component.scss index 0d1bed762..0c3e27635 100644 --- a/client/src/app/shared/components/list-view-table/list-view-table.component.scss +++ b/client/src/app/shared/components/list-view-table/list-view-table.component.scss @@ -19,6 +19,7 @@ $pbl-height: var(--pbl-height); .vscroll-list-view { flex: 1 1 auto; + height: 100%; .projector-button { margin: auto;