diff --git a/src/Foundation/Features/Blocks/ModalBlock/ModalBlock.cshtml b/src/Foundation/Features/Blocks/ModalBlock/ModalBlock.cshtml index 8c9c13934..a2d86dfe6 100644 --- a/src/Foundation/Features/Blocks/ModalBlock/ModalBlock.cshtml +++ b/src/Foundation/Features/Blocks/ModalBlock/ModalBlock.cshtml @@ -64,8 +64,9 @@ } } +@if (!@Model.ModalBackgroundImage.IsNullOrEmpty()) { \ No newline at end of file + .modal-footer { + z-index: 1; + } + +} \ No newline at end of file