Hey everyone,
I have currently an issue with displaying the Mantine modal in Storybook. When opening the modal, only the overlay is showing. My guess is that portals are not working as the target in the html body ist missing. But when I set withinPortal to false, the modal position is shifted to the right side of the screen (see picture).
How can I make this work, is there a default portal id where I can create a target in the body manually?