mantine modal did not placed on center (seems like have no left padding) cause css class "mantine-1ldjfky" from "mantine-Paper-root" has below css code.
If I remove below code, it placed on center well.
margin-left: calc(var(--removed-scroll-width, 0px) * -1);
you can reproduce by following step
- Macbook setting > General > Show scroll bars > Always
- Click https://mantine.dev/core/modal/ 's Usage Open Modal