antonioru/beautiful-react-diagrams
Ver no GitHubScrollbar blindness in sidebar
Open
#54 aberto em 15 de nov. de 2020
bugdocumentationgood first issue
Métricas do repositório
- Stars
- (2.727 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Describe the bug
The sidebar has overflow: scroll causing scrollbars always to be visible on Windows
To Reproduce Steps to reproduce the behavior:
- Go to documentation using Windows
Expected behavior There should not be scrollbars before the content overflows
Screenshots

Desktop:
- OS: Win10
- Browser Firefox
- Version 83.0b10 (64-bit)
Additional context
Can be fixed by setting overflow: auto instead