As @laurelfulford pointed out in #25, anything that’s set to 100vw causes a little bit of horizontal scrolling if scrollbars are enabled.
From my testing, this effects not only .alignfull blocks, but also menu items on mobile.
This PR fixes both of those issues. It’s pretty straightforward and seems to work in all my testing. But I’m hoping to get someone else to test it too — I don’t want to inadvertently trim off a block somewhere by setting overflow to hidden. :smile:
As @laurelfulford pointed out in #25, anything that’s set to
100vw
causes a little bit of horizontal scrolling if scrollbars are enabled.From my testing, this effects not only
.alignfull
blocks, but also menu items on mobile.This PR fixes both of those issues. It’s pretty straightforward and seems to work in all my testing. But I’m hoping to get someone else to test it too — I don’t want to inadvertently trim off a block somewhere by setting overflow to hidden. :smile: