Skip to content

Conversation

@choo121600
Copy link
Member

Motivation

While there’s no issue at the moment, a z-index of 1 is too low for a tooltip and may cause visibility issues as more UI elements are added. For example, in PR #53216, new version indicators are introduced in the grid, which could potentially overlap with the tooltip.

Change

Tooltips typically use a z-index in the 1000–2000 range to ensure proper visibility, so this value has been increased accordingly.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Jul 30, 2025
Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool thanks.

@pierrejeambrun pierrejeambrun added this to the Airflow 3.1.0 milestone Aug 1, 2025
@pierrejeambrun pierrejeambrun merged commit 80a95ff into apache:main Aug 1, 2025
53 checks passed
ferruzzi pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Aug 7, 2025
)

* Increase zIndex for tooltip visibility in GridTI component

* Change zIndex value to Chakra token
fweilun pushed a commit to fweilun/airflow that referenced this pull request Aug 11, 2025
)

* Increase zIndex for tooltip visibility in GridTI component

* Change zIndex value to Chakra token
@choo121600 choo121600 deleted the ui/grid-tooltip branch August 14, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants