fix reader iframe width in IE11

This commit is contained in:
Mario Volke 2014-09-19 09:28:23 +02:00
parent d31c8a69e6
commit b05a98b951
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
iframe {
flex-grow: 1;
border: none;
width: 100%;
}
}