Commit ec1b4d7
Only apply scroll-lock padding compensation on desktop (#311)
The padding-right added when Flux popovers lock scroll is only needed
on desktop where custom scrollbars are visible. Wrap in @media (pointer: fine)
to avoid unnecessary padding on mobile/touch devices.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8e4bb24 commit ec1b4d7
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments