ManuelDeLeon / viewmodel

MVVM for Meteor
https://viewmodel.org
MIT License
205 stars 23 forks source link

Docs - Contents section doesn't scroll #177

Closed avalanche1 closed 8 years ago

avalanche1 commented 8 years ago

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. image

ManuelDeLeon commented 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.

ManuelDeLeon commented 8 years ago

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.

avalanche1 commented 8 years ago

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;
ManuelDeLeon commented 8 years ago

It doesn't seem to do anything. I resize the screen but the menu doesn't scroll.

avalanche1 commented 8 years ago

I have a nice scrollbar appearing on small screen: image You sure you have your css right? I add the aforementioned style directly into devTools: image