Skip to content
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

Open
rp-omar opened this issue Mar 25, 2024 · 3 comments
Open

Issue with pop up placement #1451

rp-omar opened this issue Mar 25, 2024 · 3 comments

Comments

@rp-omar
Copy link

rp-omar commented Mar 25, 2024

Version

@toast-ui/react-calendar@2.1.3

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 reproduction
https://codesandbox.io/p/sandbox/toast-ui-react-calendar-bug-report-f4522l

Expected Behavior

The eventDetailPopup is positioned correctly. V1 is working fine.

@jithutj
Copy link

jithutj commented Mar 26, 2024

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.
image

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;
            }

@hongrunhui
Copy link

I am also happend, the card will render in error position

@hongrunhui
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants