-
Notifications
You must be signed in to change notification settings - Fork 40
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
Dark mode showing white bg on scroll #111
Comments
There were two goals when I was writing seed-rs.org:
So:
I think the best solution would be to migrate on a platform for writing docs like Docusaurus or even a CMS. It would also make contributing much easier. What do you think? |
That's a good idea. It would be cool to have docs built in Seed but Seed isn't an SSG and I'm not sure how up-to-date Seed webpack is. No complaints with Docusaurus here. I think you've got something good going on with Rust-tooled templating and Rust-tooled styling. I'm keen to contribute to the docs to help grow the project. |
Awesome! P.S. |
Originally opened at seed-rs/seed#610
During scrolling in dark mode, the white background is visible at the bottom. Once the scroll stops, it disappears. It's like a flicker during scroll only.
Its only at the top part of the page. Scrolling down more doesn't show any white.
On both Google Chrome and Firefox on Android.
Screenshot captured during scroll with finger on the screen
The text was updated successfully, but these errors were encountered: