There is a bug on docs.spring.io
, where content of the top left corner navigation burger menu wouldn't scroll.
Steps to reproduce:
1. Go to one of the documentation pages, e.g. Spring Framework
2. Click the documentation content burger menu button at the top left corner
3. Attempt to scroll the expanded menu, and the whole page scrolls instead of the menu.
4. I can only see the content up to Registering a LoadTimeWeaver
, but when I zoom out, I can see more content below (e.g. The BeanFactory API
)
While this is a somewhat cosmetic issue, I still hope that the team will be able to fix this! Thank you!
Comment From: simonbasle
Thanks for pointing that out. I was able to reproduce this when the sidebar is horizontally collapsed, including in other projects' documentation. This is more likely a bug in https://github.com/spring-io/antora-ui-spring and I will therefore open an issue there.
In the meantime, as a workaround, simply expand the sidebar horizontally by clicking on the chevron at the bottom of the sidebar:
Comment From: simonbasle
@jameshskoh please follow https://github.com/spring-io/antora-ui-spring/issues/261
Comment From: jameshskoh
Thanks for pointing that out. I was able to reproduce this when the sidebar is horizontally collapsed, including in other projects' documentation. This is more likely a bug in https://github.com/spring-io/antora-ui-spring and I will therefore open an issue there.
In the meantime, as a workaround, simply expand the sidebar horizontally by clicking on the chevron at the bottom of the sidebar:
Wow! Didn't notice the little chevron there! Thanks!