top | item 30719196 (no title) datene | 4 years ago Pretty cool.If anyone associated with the project reads this: All of the headings on bridgetownrb.com seem to have a scroll overflow, which stops your page scrolling on mobile. discuss order hn newest thunderbong|4 years ago I'm not doing this on my Android device datene|4 years ago 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 load replies (1)
thunderbong|4 years ago I'm not doing this on my Android device datene|4 years ago 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 load replies (1)
datene|4 years ago 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 load replies (1)
thunderbong|4 years ago
datene|4 years ago
``` @media (max-width: 575px) h2 { position: relative; overflow-x: hidden; } ```
overflow-x:hidden makes overflow-y:auto, which is scroll