Skip to content

Commit fc6395b

Browse files
authored
Fix UI stutter when scroll bar appears (#10632)
1 parent a59cc61 commit fc6395b

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/base.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ img.reserved-indicator-icon {
619619
// Theme Definition
620620
html {
621621
height: 100%;
622+
scrollbar-gutter: stable;
622623
}
623624

624625
body:has(.page-home) {

src/NuGetGallery/Content/gallery/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)