beautiful-react-diagrams
beautiful-react-diagrams copied to clipboard
Scrollbar blindness in sidebar
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
Hi @poacher2k
thank you very much for opening this issue, Yes, I think there's a little bug there in the sidebar, I've seen the same problem anywhere that sidebar is used. I think this is issue belongs to this lib What do you think @Lindsay89?