Skip to content

fix: ensure panel scrollbars appear on Firefox (Bounty #8)#167

Open
zp6 wants to merge 1 commit into
capofficial:mainfrom
zp6:fix/firefox-scrollbars
Open

fix: ensure panel scrollbars appear on Firefox (Bounty #8)#167
zp6 wants to merge 1 commit into
capofficial:mainfrom
zp6:fix/firefox-scrollbars

Conversation

@zp6
Copy link
Copy Markdown

@zp6 zp6 commented May 15, 2026

Fix: Firefox scrollbar visibility

Closes #8

Problem

Panel scrollbars do not appear on Firefox, making it impossible to scroll through content.

Solution

  • Added Firefox-specific CSS using @supports (-moz-appearance: none)
  • Sets scrollbar-width: thin and scrollbar-color for Firefox
  • Forces overflow-y: scroll to ensure scrollbar space is reserved
  • Also includes webkit scrollbar styles for consistency

Acceptance

  • Scrollbars visible on Firefox
  • Thin, styled scrollbars that match the design
  • No impact on Chrome/Edge behavior

Wallet: zp6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Panel scrollbars do not appear on Firefox

1 participant