Set overlay and dialog to be 'position: absolute;' again. HFP-574

pull/40/head
Tom Arild Jakobsen 2017-05-10 13:50:48 +02:00
parent dfc2e52ba5
commit f277fed4d1
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.h5p-confirmation-dialog-background {
position: fixed;
position: absolute;
height: 100%;
width: 100%;
left: 0;
@ -30,7 +30,7 @@
}
.h5p-confirmation-dialog-popup {
position: fixed;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;