Browse Source

tab parent to flex from block

pull/196/head
PhilReact 1 year ago
parent
commit
1b80a6447c
  1. 2
      core/src/components/show-plugin.js

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

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

Loading…
Cancel
Save