We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@toast-ui/[email protected]
Chrome Version 123, MacOs Sonoma 14
The eventDetailPopup is not positioned correctly when the Calendar component is in a parent that has a width/height different than 100%, here is a reproduction https://codesandbox.io/p/sandbox/toast-ui-react-calendar-bug-report-f4522l
Calendar
The eventDetailPopup is positioned correctly. V1 is working fine.
The text was updated successfully, but these errors were encountered:
I am also facing the same issue when I put the height: 500px to fix "month" view overlap.. But now the event popup is misplaced.
below is the css i added to fix the month view:-
.toastui-calendar-layout.toastui-calendar-month { height: 500px !important; min-height: 500px; max-height: 600px; }
Sorry, something went wrong.
I am also happend, the card will render in error position
No branches or pull requests
Version
@toast-ui/[email protected]
Test Environment
Chrome Version 123, MacOs Sonoma 14
Current Behavior
The eventDetailPopup is not positioned correctly when the
Calendar
component is in a parent that has a width/height different than 100%, here is a reproductionhttps://codesandbox.io/p/sandbox/toast-ui-react-calendar-bug-report-f4522l
Expected Behavior
The eventDetailPopup is positioned correctly. V1 is working fine.
The text was updated successfully, but these errors were encountered: