#how to prevent overlay getting outside of a container
5 messages · Page 1 of 1 (latest)
it doesn't work
You need to also set overflow: hidden styles
5 messages · Page 1 of 1 (latest)
<Container size="lg">
<Menu>
<Menu.Target>
<Button>Mantine</Button>
</Menu.Target>
<Menu.Dropdown>
{/* this content should remain inside the container */}
</Menu.Dropdown>
</Menu>
</Container>
it doesn't work
You need to also set overflow: hidden styles