- Notifications
You must be signed in to change notification settings - Fork907
Commitce4c8c7
authored
fix: prevent layout shift when Select component dropdown appears (#17990)
When scrollbars are always visible, open the dropdown for a `Select`component causes a layout shift because of scrollbars being hidden whenthe` Select` is open. This fix prevents the layout shift from thescrollbar being removed.https://github.com/user-attachments/assets/6b0aff70-c585-401b-911d-f0805b54903e1 parente8306cc commitce4c8c7
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
115 | 128 |
|
0 commit comments
Comments
(0)