Improved semi-fullscreen?

pull/4/head
Frode Petterson 2015-09-28 15:30:25 +02:00
parent 1c99d7ed61
commit ef3cbd92c5
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
position: relative;
z-index: 1;
}
body.h5p-semi-fullscreen {
position: fixed;
width: 100%;
height: 100%;
}
.h5p-container.h5p-semi-fullscreen {
position: fixed;
top: 0;