Superset 6.1.0 – Date Range filter calendar is clipped/overflowing at 100% browser zoom #43894
Unanswered
23ami
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Superset team,
I am facing a UI issue with the Date Range / Time Range filter in Apache Superset 6.1.0.
Environment
Issue
When I open the Date Range filter on a dashboard, the calendar/date picker popup is partially cut off / overflows from its container at 100% browser zoom.
However, when I change the browser zoom to 75%, the calendar becomes visible and works correctly.
For example:
100% zoom:
The calendar popup is clipped/partially outside the available area.
75% zoom:
The complete calendar is displayed correctly.
This makes me suspect that the issue may be related to the Ant Design DatePicker/RangePicker popup positioning, popup container, or an
overflowconstraint in the Superset filter layout.Impact
This affects the native Date Range filter UI across our dashboards. We have 100+ dashboards, so changing the configuration/dashboard individually is not a practical solution.
We would prefer to fix this at the common frontend/component level if this is a known issue.
What I have tried
Questions
overflowproperty in the native filter sidebar?I can provide screenshots, browser console information, DOM/CSS details, or a minimal reproduction if needed.
Thanks!
All reactions