HFP-2796 Fix confirm dialog in editor semi-fullsreen mode
parent
03794f36dd
commit
4a9ea77d47
|
@ -1,5 +1,5 @@
|
||||||
.h5p-confirmation-dialog-background {
|
.h5p-confirmation-dialog-background {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -180,4 +180,4 @@ button.h5p-confirmation-dialog-exit:hover {
|
||||||
to {
|
to {
|
||||||
transform: rotate(359deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue