Commit a6498ef
committed
fix: use overflow-x-clip instead of overflow-x-hidden to preserve sticky positioning
overflow-x-hidden causes overflow-y to compute to auto per CSS spec,
creating a scroll container that breaks position:sticky on descendant
elements. overflow-x-clip clips overflow without creating a scroll
container, allowing the changed-files header to stick correctly.1 parent 7372c92 commit a6498ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments