Skip to content

Comment on Bridgetown - progressive site generator and framework, powered by Rubyparent

Comments

You might have an android device wider than 575px, this is the media query that's causing it:

``` @media (max-width: 575px) h2 { position: relative; overflow-x: hidden; } ```

overflow-x:hidden makes overflow-y:auto, which is scroll

Maintainer here: thanks for pointing this out! I was scratching my head wondering why this was happening… overflow: hidden works, but even overflow-x: hidden + overflow:y visible still will create the inside scrolling context. Weird. Anyway, fixed now!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.