From 82e8033bd1a7721aa1b88d09b14b49f15f061e86 Mon Sep 17 00:00:00 2001 From: mpetrov Date: Tue, 14 Jan 2025 12:43:54 +0200 Subject: [PATCH] Fixed columns to display filter panel scroll when on dashboard bottom edge --- .../components/widget/lib/display-columns-panel.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/display-columns-panel.component.scss b/ui-ngx/src/app/modules/home/components/widget/lib/display-columns-panel.component.scss index 1a0ce86b89..1f92b714a9 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/display-columns-panel.component.scss +++ b/ui-ngx/src/app/modules/home/components/widget/lib/display-columns-panel.component.scss @@ -15,7 +15,6 @@ */ :host { width: 100%; - height: 100%; min-width: 300px; overflow: auto; background: #fff;