~bfiedler/website

c65ef4e2b98e776b9a6b5a49b5fc399d823f315d — Ben Fiedler 3 years ago 9d7b907
words
1 files changed, 2 insertions(+), 2 deletions(-)

M content/blog/css-avoid-horizontal-scrolling.md
M content/blog/css-avoid-horizontal-scrolling.md => content/blog/css-avoid-horizontal-scrolling.md +2 -2
@@ 46,8 46,8 @@ lock the wrong axis, and there is a small cooldown time until the lock releases.

My conclusion is that both scrolling behaviours suck, so it's best to avoid them
as much as possible. So let's fix it! Here's a bunch of tips that hopefully help
you understand and fix this issue. I will only concern myself with mobile
design, as this issue is not as prevalent on laptops and desktops.
you understand and prevent horizontal scrolling. I will only concern myself with
mobile design, as this issue is not as prevalent on laptops and desktops.

# Use viewport scaling