From 4a9ea77d470906ce1c114361493e0c94817c29d9 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 1 Aug 2019 16:21:34 +0200 Subject: [PATCH] HFP-2796 Fix confirm dialog in editor semi-fullsreen mode --- 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 b74be07..e849c23 100644 --- a/styles/h5p-confirmation-dialog.css +++ b/styles/h5p-confirmation-dialog.css @@ -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); } -} \ No newline at end of file +}