docs
docs copied to clipboard
No Scrollbar in Firefox Mac
No scrollbar in content area in firefox mac, making it impossible to read full content.
The <main> tag gets a computed height around 30000, and is hidden by overflow: hidden on higher tags.
There is another older issue here: https://github.com/witheve/Eve/issues/879
It looks like the issue is that .toplayer div flex vertical overflow is interpreted by Firefox as making the containing element larger, which is set to overflow: hidden. In Chrome, the parent is not expanded, thus the .article overflow: auto is being applied to let the content scroll.
Looks like there is a fix here. I'll look at getting a PR in.
Quick heads up, you guys are on the HN frontpage (if you didn't notice lol) and this bug is a show stopper for me on my 1366x768px (old but awesome) laptop. Using the latest Firefox on Windows 10.
It's good for me because I'm procrastinating anyway but others might try to read the docs and bounce.