From 3dd81dffc1ecb4528bd832cfa6871611701eaae6 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sat, 16 Sep 2023 01:29:47 -0500 Subject: [PATCH] fix z index --- core/src/components/show-plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/show-plugin.js b/core/src/components/show-plugin.js index 836ec4c3..ab3b46da 100644 --- a/core/src/components/show-plugin.js +++ b/core/src/components/show-plugin.js @@ -97,13 +97,13 @@ class ShowPlugin extends connect(store)(LitElement) { .hideIframe { display: none; position: absolute; - zIndex: -10; + z-Index: -10; } .showIframe { display: flex; position: relative; - zIndex: 1; + z-Index: 1; } .tabs {