From f277fed4d1240776921c710acc3dcca749fb861d Mon Sep 17 00:00:00 2001 From: Tom Arild Jakobsen Date: Wed, 10 May 2017 13:50:48 +0200 Subject: [PATCH] Set overlay and dialog to be 'position: absolute;' again. HFP-574 --- styles/h5p-confirmation-dialog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/h5p-confirmation-dialog.css b/styles/h5p-confirmation-dialog.css index 9e5f98f..5a8f597 100644 --- a/styles/h5p-confirmation-dialog.css +++ b/styles/h5p-confirmation-dialog.css @@ -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;