From c2d45869e802c542ab866ddcd5309b6f5bb5e7f4 Mon Sep 17 00:00:00 2001 From: Chris Witterholt Date: Mon, 24 Apr 2023 12:34:17 +0200 Subject: [PATCH] Make sure tooltips are visible in Stage View. --- src/styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index 7d30870..291d286 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -122,6 +122,13 @@ footer { font-size: 1rem; } +// Make sure the Material tool tips stay visible when Stage View is active. +.cdk-overlay-container { + &:not(.embedded) { + z-index: 1200; + } +} + footer { z-index: 1; }