From 8edc4401199f30793be58744fe884a937de179dd Mon Sep 17 00:00:00 2001 From: kal13 Date: Fri, 16 Feb 2024 13:15:04 +0200 Subject: [PATCH] fix progress bar height --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 9726a9996..0026a63c0 100644 --- a/src/index.scss +++ b/src/index.scss @@ -184,7 +184,7 @@ $white: #fff; .popover { max-height: calc(100% - 68px); - min-height: 1220px; + // min-height: 1220px; filter: none; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);