survivejs / site

survivejs.com
https://survivejs.com/
Other
68 stars 22 forks source link

Weird scrollbars on Windows #85

Closed sapegin closed 6 years ago

sapegin commented 6 years ago

image

image

bebraw commented 6 years ago

We could set overflow: auto for those to fix it I think. For some reason the content doesn't fit...

sapegin commented 6 years ago

It already has auto (on blockquote) for some reason, and that's the issue ;-)

bebraw commented 6 years ago

Right. Maybe we have to go overflow: none then to hide. The real question why the hack was needed in the first place. It feels like a sizing issue.

sapegin commented 6 years ago

We just need to remove it and use default visible ;-)