Merge branch 'semi-fullscreen'
commit
57570db8d6
|
@ -455,3 +455,19 @@ div.h5p-fullscreen {
|
||||||
.h5p-dialog-ok-button:active {
|
.h5p-dialog-ok-button:active {
|
||||||
background: #eeffee;
|
background: #eeffee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This is loaded as part of Core and not Editor since this needs to be outside the editor iframe */
|
||||||
|
.h5peditor-semi-fullscreen {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: 101;
|
||||||
|
}
|
||||||
|
iframe.h5peditor-semi-fullscreen {
|
||||||
|
background: #fff;
|
||||||
|
z-index: 100001;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue