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:
parent
1b80a6447c
commit
3dd81dffc1
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user