From 2f3c8e952d7bd213a78f201d82d4a67930f5f8a2 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Wed, 1 Jul 2020 00:10:57 +0300 Subject: [PATCH] Fixed showing widget actions after hiding widget title --- .../modules/home/components/dashboard/dashboard.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss b/ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss index 82dfff38ad..3e1a274c9e 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss +++ b/ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss @@ -104,6 +104,7 @@ div.tb-widget { position: absolute; top: 3px; right: 8px; + z-index: 150; } button.mat-icon-button {