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 +}