HFP-2796 Fix confirm dialog in editor semi-fullsreen mode

pull/65/head
Frode Petterson 2019-08-01 16:21:34 +02:00
parent 03794f36dd
commit 4a9ea77d47
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.h5p-confirmation-dialog-background {
position: absolute;
position: fixed;
height: 100%;
width: 100%;
left: 0;
@ -180,4 +180,4 @@ button.h5p-confirmation-dialog-exit:hover {
to {
transform: rotate(359deg);
}
}
}