Skip to content

Commit 047d0e1

Browse files
committed
Fix scrollbar layout shift change on Settings page
1 parent 591e0ee commit 047d0e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/elements/View.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
display: grid;
1212
grid-template-columns: 350px;
1313
justify-content: center;
14+
scrollbar-gutter: stable;
1415
}
1516

1617
.centeredViewContent {

0 commit comments

Comments
 (0)