Closed avalanche1 closed 8 years ago
That's an artifact of the left menu being fixed. There's nothing I can do there. It isn't that big of deal since you can always click on the last item you see and just scroll down. And that's when you're in a device with a really small screen and it doesn't allow zooming.
btw, I hope you understand that I do care about the documentation and I appreciate your help. It's just that my time is limited and I have to pick my battles. For example, adding missing documentation is high priority, clarifying something is lower on the totem pole, something like this (the menu bar on an unusually small desktop screen) isn't worth the time to fix.
Of course. Still, you could lift off some pressure if you allowed PRs for docs. Add this css
.doc-menu
width: 180px;
height: 90vh;
overflow: auto;
overflow-x: hidden;
It doesn't seem to do anything. I resize the screen but the menu doesn't scroll.
I have a nice scrollbar appearing on small screen: You sure you have your css right? I add the aforementioned style directly into devTools:
I cannot scroll down Contents section (on the left of the page). As you can see in the screenshot, Binding Argument isn't present in Contents section as it doesn't fit on my 16 inch screen.