Fix Iframe height in Edge

This commit is contained in:
yflory 2017-08-22 11:50:52 +02:00
parent 4f3b4a30ee
commit 1752124071
1 changed files with 1 additions and 1 deletions

View File

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