You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.15.1
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
In my project I have a component which has both a menu and a tooltip and the tooltip is only visible when clicking the component / opening the menu. When the component gets close to the top window border because of scroll, the tooltip covers the menu. In this case I don't care if the tooltip would be cut off by the window border, but it is important that the menu is visible.
If possible, include a link to a codesandbox with a minimal reproduction
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.15.1
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
In my project I have a component which has both a menu and a tooltip and the tooltip is only visible when clicking the component / opening the menu. When the component gets close to the top window border because of scroll, the tooltip covers the menu. In this case I don't care if the tooltip would be cut off by the window border, but it is important that the menu is visible.
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-vvtdj6
Possible fix
Add a prop to tooltip which allows to disable/remove the flip floating-ui middleware. Maybe similar to Menu's middlewares prop.
Self-service
The text was updated successfully, but these errors were encountered: