Skip to content

fix: add Firefox compatibility for CSS colors, scrollbar, and backdrop-filter#33

Merged
davidlu1001 merged 1 commit intomainfrom
claude/fix-firefox-compatibility-JEDDa
Jan 22, 2026
Merged

fix: add Firefox compatibility for CSS colors, scrollbar, and backdrop-filter#33
davidlu1001 merged 1 commit intomainfrom
claude/fix-firefox-compatibility-JEDDa

Conversation

@davidlu1001
Copy link
Contributor

  • Add sRGB fallback values for all OKLCH colors in light and dark themes to prevent "white screen of death" on Firefox < 113
  • Add Firefox standard scrollbar properties (scrollbar-width, scrollbar-color) alongside WebKit pseudo-elements for cross-browser scrollbar styling
  • Enhance Header backdrop-filter with progressive enhancement using @supports query for better fallback on older browsers
  • Add sRGB fallbacks for custom utilities (bg-dot-pattern, glow effects)

Fixes Firefox compatibility issues reported by users.

…p-filter

- Add sRGB fallback values for all OKLCH colors in light and dark themes
  to prevent "white screen of death" on Firefox < 113
- Add Firefox standard scrollbar properties (scrollbar-width, scrollbar-color)
  alongside WebKit pseudo-elements for cross-browser scrollbar styling
- Enhance Header backdrop-filter with progressive enhancement using
  @supports query for better fallback on older browsers
- Add sRGB fallbacks for custom utilities (bg-dot-pattern, glow effects)

Fixes Firefox compatibility issues reported by users.
@vercel
Copy link

vercel bot commented Jan 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
replimap-mono-web Ready Ready Preview, Comment Jan 22, 2026 3:48am

@github-actions github-actions bot added the web label Jan 22, 2026
@davidlu1001 davidlu1001 merged commit d04ff5c into main Jan 22, 2026
4 checks passed
@davidlu1001 davidlu1001 deleted the claude/fix-firefox-compatibility-JEDDa branch January 22, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants