-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 layout is a bit broken #3950
Comments
I also found this and it can be fixed by 2 methods:
However, I saw someone's comment, and according to him, this kind of issue doesn't count as a bug. Can you help me figure this out? I'm new to open source and would like to contribute." |
@CelestialAlchemist Welcome to the open source community! You're right that this wasn't the appropriate place to submit the issue, it turns out that there is a separate repo for the Formik docs. But last commit there was from 7 years ago, and I'm not even sure if that's the repo that is used for the actual Formik docs. But a word of advice - before writing any code (suggestions like you did are fine though) and making a PR, make sure to coordinate it with the maintainers of the repo, because it can turn out that it won't be something that the maintainers want to add, and it may also turn out that the repo isn't even being actively maintained. So always make sure to have the maintainer's approval before writing any code and making a PR. I hope this helps on your open source journey and good luck! P.S If you want you can create an issue on the Formik docs repo |
First of all, sorry for the late reply, and thank you so much, @JorensM, for your advice. I'll keep this in mind. |
@CelestialAlchemist No problem, and good luck! |
Bug report
Current Behavior
The docs' layout is a bit broken, here is a screenshot:
As you can see, there are a couple of issues, namely there is no padding around the edges of the page, there is horizontal scrollbar, and most importantly, when I scroll the page, the
ON THIS PAGE
part doesn't scroll with it, so I can't access the links after theonReset
linkExpected behavior
I'd expect there to be some padding/margin around the Formik logo and the left sidenav, I'd expect there to not be any horizontal scrollbar and most importantly I'd expect to be able to scroll the
ON THIS PAGE
section to access all the links.Reproducible example
https://formik.org/docs/api/formik#onreset-values-values-formikbag-formikbag--void
Your environment
The text was updated successfully, but these errors were encountered: