Browse Source

fix z index

resolve-20231003
PhilReact 1 year ago
parent
commit
3dd81dffc1
  1. 4
      core/src/components/show-plugin.js

4
core/src/components/show-plugin.js

@ -97,13 +97,13 @@ class ShowPlugin extends connect(store)(LitElement) {
.hideIframe { .hideIframe {
display: none; display: none;
position: absolute; position: absolute;
zIndex: -10; z-Index: -10;
} }
.showIframe { .showIframe {
display: flex; display: flex;
position: relative; position: relative;
zIndex: 1; z-Index: 1;
} }
.tabs { .tabs {

Loading…
Cancel
Save