Description
As a user, I am unable to scroll in the main article section on the documentation website. I can only reach the sections by pressing the links on the table of contents.
I fixed this bug by replacing the overflow: hidden for a overflow: visible of the <body> element.
could you please fix this on production? As it is now, it is unusable.
Thanks!!
Steps to Reproduce
- Go to https://visgl.github.io/react-google-maps/docs/api-reference/components/map
- Try to scroll by using the mouse or with the up/down arrow key
- Perceive that is is unable to reach the end of the documentation
Environment
- Library version:
- Google maps version: weekly
- Browser and Version: chrome 148.0.7778.216
- OS: macOS 26.5.1
Logs
Description
As a user, I am unable to scroll in the main article section on the documentation website. I can only reach the sections by pressing the links on the table of contents.
I fixed this bug by replacing the
overflow: hiddenfor aoverflow: visibleof the<body>element.could you please fix this on production? As it is now, it is unusable.
Thanks!!
Steps to Reproduce
Environment
Logs