mhulse / css-issues

Practical CSS code snippets and examples.
11 stars 1 forks source link

Overflow and scroll #139

Closed mhulse closed 6 years ago

mhulse commented 6 years ago

Useful for mobile web apps:

html,
body { overflow-x: hidden; }
html { overflow-y: scroll; }
mhulse commented 6 years ago

Moved to #83. Closing.