Fix Iframe height in Edge

This commit is contained in:
yflory
2017-08-22 11:50:52 +02:00
parent 4f3b4a30ee
commit 1752124071
+1 -1
View File
@@ -56,7 +56,7 @@
display: flex; display: flex;
overflow: visible; overflow: visible;
iframe { iframe {
height: auto; height: 100%;
width: 100%; width: 100%;
} }
} }