Skip to content

Commit 8b84f93

Browse files
committed
fix: add scrollbar-gutter: stable to remove layout shift when modals open
1 parent 4295395 commit 8b84f93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/assets/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,5 @@ input[type='search']::-webkit-search-results-decoration {
558558
/* Locking the scroll whenever any of the modals are open */
559559
html:has(dialog:modal) {
560560
overflow: hidden;
561+
scrollbar-gutter: stable;
561562
}

0 commit comments

Comments
 (0)