bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Fix: Opening a modal with scrollbar-gutter: stable shifts the page content and shows white (non grey-overlayed) gutters

Open ac-mmi opened this issue 6 months ago • 0 comments

This pull request addresses #40659 issue. I have modified the modal code to check if the parent or any ancestor element contains scrollbar-gutter: stable. If it does, the additional padding is removed, preventing the content shift

ac-mmi avatar Aug 15 '24 13:08 ac-mmi