Marvin Klaproth

Results 4 comments of Marvin Klaproth

> Thank you so much for your contribution! I want to make sure I understand this use case a little better. If you wanted a form to not submit on...

Another possible solution. ```js new Flickity('.slider', { contain: true, pageDots: false, cellAlign: "left", selected: 0, on: { ready: containFix, settle: containFix, change: containFixOnChange, resize: containFix } }); function containFix() {...

This issue is not limited to Next.js. You should face this problem with any SSR integration regardless of the library/framework. It is caused by applying the margin-right on the slides...

Is there any workaround to get this working in webpack 4?