From ac250ebe6cfdeff5cf942b17f9a298443bd4b868 Mon Sep 17 00:00:00 2001 From: natsoni Date: Sat, 17 Feb 2024 18:08:22 +0100 Subject: [PATCH] Add z-index to block overview tooltip component --- .../block-overview-tooltip/block-overview-tooltip.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss index 9ad50fc30..81a79eb67 100644 --- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss +++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss @@ -11,6 +11,7 @@ text-align: left; min-width: 320px; pointer-events: none; + z-index: 11; &.clickable { pointer-events: all;