Fix Iframe height in Edge
parent
4f3b4a30ee
commit
1752124071
|
@ -56,7 +56,7 @@
|
|||
display: flex;
|
||||
overflow: visible;
|
||||
iframe {
|
||||
height: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue