When set to full width, the rightmost item within the Gallery cause a 1px hoz scrollbar to appear _when selected_. This is caused by...
<div class="block-library-gallery-item__inline-menu" />
...which has a negative offset of -2px.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should not have a hoz scrollbar
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Screenshot:

I can't seem to to replicate this issue. Did you already fix it?
@rebeccaj1211 Apologies there were some other conditions needed to replicate this issue that in my haste I forgot to add.
I've now updated the Issue with these details (see above). For your info you need to both:
Should be a simple fix involving tweaking the positioning of the element I reference in the description.
Just noting that this seems to have spread: Galleries in general seem to cause horizontal scrolling, even when no item has been selected:

@getdave @kjellr I just tried this in FireFox 72 and Chrome 79 and I can't reproduce this. Is this still an issue?
@getdave It looks like Galleries can't be aligned wide anymore? I was not able to reproduce the bug, would you mind double-checking when you get a chance?
Can no longer replicate.