Automattic / musictheme

A theme for bands and musicians that uses an experimental Gutenberg layout.
GNU General Public License v2.0
87 stars 11 forks source link

Fix scrollbar overflow #30

Closed kjellr closed 6 years ago

kjellr commented 6 years ago

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:

allancole commented 6 years ago

Yup, this looks all good to me, Kjell. Closing!