Fix Iframe height in Edge

pull/1/head
yflory 7 years ago
parent 4f3b4a30ee
commit 1752124071

@ -56,7 +56,7 @@
display: flex; display: flex;
overflow: visible; overflow: visible;
iframe { iframe {
height: auto; height: 100%;
width: 100%; width: 100%;
} }
} }

Loading…
Cancel
Save