From 694fb502d3cdded4eb5f31c8416b3ae1591ed1ac Mon Sep 17 00:00:00 2001 From: ac-mmi <79802170+ac-mmi@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:24:40 +0530 Subject: [PATCH] Add files via upload --- scss/_modal.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scss/_modal.scss b/scss/_modal.scss index ee58032ee811..161bf3b6419a 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