Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18a81ae

Browse files
committed
fix: prevent layout shift when Select component dropdown appears
1 parent6f0defb commit18a81ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎site/src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,9 @@
107107
--removed-body-scroll-bar-size:0!important;
108108
margin-right:0!important;
109109
}
110+
111+
/* Prevent layout shift when modals open by maintaining scrollbar width */
112+
html {
113+
scrollbar-gutter: stable;
114+
}
110115
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp