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

tab parent to flex from block

This commit is contained in:
PhilReact 2023-09-16 00:50:25 -05:00
parent 94e9e81570
commit 1b80a6447c

View File

@ -101,7 +101,7 @@ class ShowPlugin extends connect(store)(LitElement) {
}
.showIframe {
display: block;
display: flex;
position: relative;
zIndex: 1;
}