-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(calendar): info popover overlap #2268
Conversation
Here's the code health analysis summary for commits Analysis Summary
|
Coverage Report
File Coverage
|
Sorry about Semantic Commits, my mistake |
No problem 😉 |
Can you check why the popover does not close? Mantine states it should close by default: I would guess that the problem is that we use onClose. Can you try out with onChange instead and instead of useDisclosure use useState? Then also don't add onClick in the container as it's already done through the target. In the component.tsx you will also need to change the line:
to
as we want to disable the popover when no event exists for the day |
Popover don't work when removing onClick from container. |
Thank you! |
Homarr
Thank you for your contribution. Please ensure that your pull request meets the following pull request:
pnpm buid
, autofix withpnpm format:fix
)dev
branchx
,y
,i
or any abbrevation)