From 55c555aa7b0b7a8e03a5a8ed4e24e7caf927efd3 Mon Sep 17 00:00:00 2001 From: Volha Mardvilka Date: Thu, 25 Apr 2024 10:40:28 +0000 Subject: [PATCH] 336737453: (fix) the reports table is not fitting the content --- .../ui/src/app/pages/reports/history.component.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/ui/src/app/pages/reports/history.component.scss b/modules/ui/src/app/pages/reports/history.component.scss index d26ce63b7..d9031fdfc 100644 --- a/modules/ui/src/app/pages/reports/history.component.scss +++ b/modules/ui/src/app/pages/reports/history.component.scss @@ -35,12 +35,10 @@ overflow-y: auto; border-radius: 4px; border: 1px solid $lighter-grey; - height: -webkit-fit-content; - height: -moz-fit-content; - height: 100%; - max-height: -webkit-fill-available; - max-height: -moz-available; - max-height: stretch; + height: -webkit-max-content; + height: -moz-max-content; + height: max-content; + max-height: calc(100vh - 160px); } .history-content-empty,