Commit d5febb2
committed
fix: reserve 1px below last download for press translation
The shadcn button translates 1px down on :active. With overflow-x-auto
on the downloads strip, the last button's press creates an unwanted
scrollbar (CSS forces overflow-y from visible to auto). last:mb-px on
the download wrapper gives it room to breathe.1 parent cab1bdc commit d5febb2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments