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

there is a weird light blue background behind the site on mobile #120

Closed
randysim opened this issue Jul 3, 2024 · 7 comments
Closed

there is a weird light blue background behind the site on mobile #120

randysim opened this issue Jul 3, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@randysim
Copy link
Collaborator

randysim commented Jul 3, 2024

it is killing my eyes

@randysim randysim added the bug Something isn't working label Jul 3, 2024
@randysim
Copy link
Collaborator Author

randysim commented Jul 3, 2024

i think this might have something to do with the stuff i changed in the react helmet or index.html file

@TheEgghead27
Copy link
Member

I am unable to reproduce this (Firefox, Android)

@TheEgghead27
Copy link
Member

If anyone else is able to reproduce this ( @randysim ? ) please let us know so we can investigate
I may close this issue as wontfix if we cannot reproduce it

@SnowyNate
Copy link
Contributor

Able to reproduce, but doesn't affect the site's visibility due to the layout of my browser. (Samsung Internet, Android)
Screenshot_20240729_165503_Samsung Internet

@SnowyNate
Copy link
Contributor

I believe this is due to the color of the primary color in ThemeProvider, which my browser uses as it's background color.

@randysim
Copy link
Collaborator Author

randysim commented Aug 7, 2024

I notice that the blue in the background is the same color as the primary blue color we use for the site. This is probably because in
comps/context/ThemeProvider.tsx, the site decides it wants to use the primary color as the background.

This is still an issue on safari on iOS devices. I'll try and look into it, but if possible get someone with an iOS device to test the site occasionally.

image

@randysim
Copy link
Collaborator Author

fixed: this had to do with iphone overscroll behavior. just had to set overscroll-behavior to contain in the html body

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants