diff --git a/resources/assets/sass/modules/_modals.scss b/resources/assets/sass/modules/_modals.scss index 3ef4169b..a528caf3 100644 --- a/resources/assets/sass/modules/_modals.scss +++ b/resources/assets/sass/modules/_modals.scss @@ -217,6 +217,14 @@ } } +body.modal-open { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; +} + /* Responsive Handlers: Modals ------------------------------------ */