-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue with pop up placement #1451
Comments
I am also happend, the card will render in error position |
Have anyone figured out the solution for this? |
Hello guys, I've been testing with this workaround: Use this in /src/components/popup/eventDetailPopup.tsx
Use this in /src/components/popup/eventFormPopup.tsx
And in the line: Edited on Jan 1st: |
Is this supposed to fix the vanilla JS version too? |
@mtangoo yes, just find the functions and replace the lines that I commented above. |
Thanks. I'll test early January and post results |
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: