You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the invoice queue's scrollability discoverable on macOS
macOS hides overlay scrollbars by default, so the 11-row queue looked complete
when ~2 rows (including the quantity-mismatch edge case) were below the fold and
undiscoverable. Add two cues: a bottom fade-out gradient ("more below", purely
visual / pointer-events-none so it never blocks row clicks) and an
always-visible slim scrollbar (scrollbar-width + ::-webkit-scrollbar). Verified
by screenshot at top and scrolled positions; e2e 3/3 and all gates green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments