diff --git a/scss/_modal.scss b/scss/_modal.scss index a3492c1723..9c79b177f6 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -238,3 +238,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