4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

fix z index

This commit is contained in:
PhilReact 2023-09-16 01:29:47 -05:00
parent 1b80a6447c
commit 3dd81dffc1

View File

@ -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 {