Improved semi-fullscreen?
parent
1c99d7ed61
commit
ef3cbd92c5
|
@ -49,6 +49,11 @@ html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
body.h5p-semi-fullscreen {
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.h5p-container.h5p-semi-fullscreen {
|
.h5p-container.h5p-semi-fullscreen {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue