-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Describe the bug
There is width issue in Right Sidebar Layout of Docs. The text gets hidden, and the horizontal scroll bar is at the bottom of the page (so its hardly visible, until a user scrolls to bottom of page.) Also I find out that its just a matter of 25 px.
Screenshots of API Reference Section
https://react-query.tanstack.com/reference/QueryClient

https://react-query.tanstack.com/reference/onlineManager

To Reproduce
Steps to reproduce the behavior:
- Go to 'React-Query Reference'
- Check the right side bar
- See
lilike queryClient.prefetchInfiniteQuery - See error
Expected behavior
We can prevent this behavior by increasing the width by 25 px
Before
After modifying width to 225 px
Solution - Changing width to 225 px helps prevent this horizontal scroll from Entire API reference Section.
Also please let me know if I can work on this issue 🙏
Thank You
Metadata
Metadata
Assignees
Labels
No labels

