diff --git a/scss/_modal.scss b/scss/_modal.scss index ee58032ee8..161bf3b641 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -234,3 +234,10 @@ } } // scss-docs-end modal-fullscreen-loop + +// Fix for scrollbar-gutter: stable both-edges shifting content +@supports (scrollbar-gutter: stable both-edges) { + body.modal-open { + padding-right: 0 !important; + } +} \ No newline at end of file