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
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
On some browsers, like firefox, they add a margin to the body element. This causes the website to have a vertical scrollbar no matter what the height of the browser is. We can argue all day that this is dumb, and browsers shouldn't inject styling like this, but adding a simple margin: 0 on the body element fixes this. Was wondering if you could update the css on the website to fix this issue.
Also, I have to say, this project is amazing and you are a hero for doing it. I couldn't find the github repo for the website or I would have added a pull request to fix this myself :P
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On some browsers, like firefox, they add a margin to the body element. This causes the website to have a vertical scrollbar no matter what the height of the browser is. We can argue all day that this is dumb, and browsers shouldn't inject styling like this, but adding a simple margin: 0 on the body element fixes this. Was wondering if you could update the css on the website to fix this issue.
Also, I have to say, this project is amazing and you are a hero for doing it. I couldn't find the github repo for the website or I would have added a pull request to fix this myself :P
The text was updated successfully, but these errors were encountered: