Docz - Mobile Improvements

We use the docz-default-theme for https://reactpixi.org. It seems that some things can be improved on mobile devices.

I’ve tested it on iPhone iOS 11.2, here are my findings:

Overflow scroll <pre> elements (code blocks)


Scrolling the page, seems like the scroll is hijacked


Menu items are practically unreachable

A quick fix would be to make it position fixed/sticky. It’s quite hard to navigate and select a menu item now.

Impossible to reach the end of the document

Sometimes you cannot scroll to the end of the page, it looks like <PlayGround /> does something with the scroll and prevent me from scrolling down.