diff --git a/changes/changelog.d/2154.bugfix b/changes/changelog.d/2154.bugfix new file mode 100644 index 000000000..997892605 --- /dev/null +++ b/changes/changelog.d/2154.bugfix @@ -0,0 +1 @@ +Moved modals above all content (#2154) diff --git a/front/src/style/components/_modal.scss b/front/src/style/components/_modal.scss index af6f2eaea..e4b9e7eb8 100644 --- a/front/src/style/components/_modal.scss +++ b/front/src/style/components/_modal.scss @@ -1,3 +1,6 @@ +body > .modals { + z-index: 99999 !important; +} .modal > .header { text-align: center;