diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index f37dcebf5c8..53fb4fae11d 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -17,6 +17,9 @@ z-index: 2070; } + // Prevent background scrolling when a modal is open + overflow: hidden; + position: fixed; } .modal-backdrop {