Using viewport width

If you use 100vw (viewport width) to limit content width on a page that is vertically scrollable, this can be a reason for a small horizontal scroll.

Options

Change width of the element from 100vw to 100%

On the same element that has width set to 100vw, add max-width of 100%.