Merge pull request #36 from lukemuller/master

Fixed iOS bug for Image Hotspots and iFrames
pull/38/head
Svein-Tore Griff With 2017-03-10 08:56:09 +01:00 committed by GitHub
commit 918084647f
1 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,9 @@ div.h5p-fullscreen {
z-index: 20;
}
.h5p-iframe-wrapper iframe.h5p-iframe {
width: 100%;
width: 10px;
min-width: 100%;
*width: 100%;
height: 100%;
z-index: 10;
overflow: hidden;