Skip to content

Commit

Permalink
Set overlay and dialog to be 'position: absolute;' again. HFP-574
Browse files Browse the repository at this point in the history
  • Loading branch information
tajakobsen committed May 10, 2017
1 parent dfc2e52 commit f277fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/h5p-confirmation-dialog.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.h5p-confirmation-dialog-background {
position: fixed;
position: absolute;
height: 100%;
width: 100%;
left: 0;
Expand Down Expand Up @@ -30,7 +30,7 @@
}

.h5p-confirmation-dialog-popup {
position: fixed;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit f277fed

Please sign in to comment.