From 54c2af2d6820a6c53f9a28d20600c72b285638e8 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 11 Apr 2025 12:10:54 +0300 Subject: [PATCH] UI: Fixed visability of table header in preview mode --- .../widget/action/manage-widget-actions.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/widget/action/manage-widget-actions.component.scss b/ui-ngx/src/app/modules/home/components/widget/action/manage-widget-actions.component.scss index 66cbe675b2..e122794bb0 100644 --- a/ui-ngx/src/app/modules/home/components/widget/action/manage-widget-actions.component.scss +++ b/ui-ngx/src/app/modules/home/components/widget/action/manage-widget-actions.component.scss @@ -33,6 +33,7 @@ .table-container { overflow: auto; + z-index: 1; } } }