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

'alignfull' class causes slight side scroll #25

Closed laurelfulford closed 6 years ago

laurelfulford commented 6 years ago

Blocks with the .alignfull class can add a slight side-scroll to the page, only when there's also a vertical scrollbar:

Pretty sure this is due to the weirdness in vw -- when used for width, it includes the vertical sidebar in the screen width, causing it to be a bit wider than the visible space when there's a scrollbar.

I think swapping for 100% would work in this case, or hiding the overflow at some point.