Vitaly Rtishchev
Vitaly Rtishchev
Cannot reproduce in Safari with normalize css, looks the same as in desktop chrome https://codesandbox.io/s/boring-violet-eguitq?file=/src/App.tsx 
Hi @gigobyte, Modal animation causes this issue. When modal is opened, embla carousel is init before the animation ends which, I suppose, causes embla to calculate slides offset incorrectly. It...
Fixed in 5.1.5, will require usage of `useAnimationOffsetEffect` hook – https://mantine.dev/others/carousel/#carousel-container-animation-offset
You can add className to label with ``
Fixed in 5.1.4, for this and other similar hooks – initial value is not set in useEffect
Most likely this feature will never be added because select can be searchable. If you need this feature, you should use NativeSelect component.
Thanks for reporting, you can submit a PR with a fix
Released in 3.5.3
I had to roll back because Image stopped working with dynamic values and after hydration in Next.js, rolling back fixed the issue