This is a (multiple allowed):
Added slider, it drags way before and past the content and stays there. Also scroll bar doesn't work
Shouldn't allow dragging way before or way after (to the point no content is shown in the slider)
Allows dragging before and after the content forever it seems. Scroll bar doesn't work. View the image below:

Try to remove centeredSlides: true, (or make it false) on line 13
@vltansky Same issue (making it false or removing it).
@Braunson Change the zoom ratio of the browser and everything will return to normal.
@ygj6 It's not zoomed in? Tried it regardless, same issue. It's happening across multiple users on various computers in various locations.
I can't reproduce it. (latest chrome). Working fine for me without centeredSlides.
https://stackblitz.com/edit/web-platform-c2srbg
@vltansky I've removed centeredSlides on jsfiddle and the issue still persists for me https://jsfiddle.net/Braunson/g4t69faz/ I can confirm it persists for many other users and it seems to happen intermittently as well.
Do you have this bug in stackblitz I've sent too?
https://stackblitz.com/edit/web-platform-c2srbg
@vltansky Yes intermittently. My test method, refresh, drag to right, refresh, drag to right. It'll happen on random refresh's.
@Braunson
Delete the hidden of following code, may work well.
" class="relative mx-auto flex flex-row hidden" :class="{ 'hidden' : ! isLoaded }">
" class="relative mx-auto flex flex-row" :class="{ 'hidden' : ! isLoaded }">
@ygj6 You may have resolved it. I removed the hidden class and cannot re-create it. I've also swapped hidden for invisible (to hide the content before it renders as it makes the page long and doesn't look great). Thanks!
Most helpful comment
@Braunson
Delete the
hiddenof following code, may work well.From
To