Merge branch 'semi-fullscreen-z-index-fix'
commit
e6ce2780fa
|
@ -124,7 +124,7 @@ div.h5p-fullscreen {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 100;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
|
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue