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

DatePicker Calendar Popover is overlayed by absolutely positioned elements #7564

Open
Felixmurithi opened this issue Jan 4, 2025 · 1 comment

Comments

@Felixmurithi
Copy link

Provide a general summary of the issue here

I am using the datepicker in a component that is absolutely positioned and has a z-index property. The calendar popover is overlayed by absolutely positioned elements. When this happens clicking the calendar background also clicks the element in the background.

🤔 Expected Behavior?

Calendar popover should overlay all other elements.

😯 Current Behavior

The calendar popover is overlayed by absolutely positioned elements.

💁 Possible Solution

Changing the z-index of Calendar or Popover, I have tried selecting this by selecting the react-aria-Calendar and react-aria-Popover classes

🔦 Context

No response

🖥️ Steps to Reproduce

include the datepicker in a component that has absolutely positioned elements. click the calendar button in mobile view.

Version

3.37.1

What browsers are you seeing the problem on?

Chrome

If other, please specify.

No response

What operating system are you using?

Windows 11

🧢 Your Company/Team

No response

🕷 Tracking Issue

No response

@LFDanLu
Copy link
Member

LFDanLu commented Jan 8, 2025

Mind providing a sandbox reproducing the issue you are seeing?

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

2 participants