Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs background broken on firefox #1870

Open
dvtkrlbs opened this issue Sep 10, 2024 · 3 comments
Open

Docs background broken on firefox #1870

dvtkrlbs opened this issue Sep 10, 2024 · 3 comments

Comments

@dvtkrlbs
Copy link

firefox_ewoE9g9PId firefox_v3mlBqSvp1

culpript seems to be

<div className="absolute z-20 top-0 inset-x-0 flex justify-center overflow-hidden pointer-events-none">
<div className="w-[108rem] flex-none flex justify-end">
<picture>
<source srcSet={require('@/img/beams/[email protected]').default.src} type="image/avif" />
<img
src={require('@/img/beams/[email protected]').default.src}
alt=""
className="w-[71.75rem] flex-none max-w-none dark:hidden"
decoding="async"
/>
</picture>
<picture>
<source
srcSet={require('@/img/beams/[email protected]').default.src}
type="image/avif"
/>
<img
src={require('@/img/beams/[email protected]').default.src}
alt=""
className="w-[90rem] flex-none max-w-none hidden dark:block"
decoding="async"
/>
</picture>
</div>
</div>

@thecrypticace
Copy link
Contributor

This looks like a pretty major Firefox rendering bug. I'm not seeing it here though. What version of Firefox and what OS are you on?

@dvtkrlbs
Copy link
Author

Firefox Nightly 132.0a1 (2024-09-10) (64-bit) on Windows 11 Version 23H2 Build 22631.4112

@Milias
Copy link

Milias commented Oct 17, 2024

Same here: Firefox Nightly 132.0a1 (2024-09-22) (64-bit) on Linux.

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

No branches or pull requests

3 participants