From 5a0b84efccbbe53527389572ae723469442873fb Mon Sep 17 00:00:00 2001 From: Yeonguk Date: Wed, 30 Jul 2025 16:36:08 +0900 Subject: [PATCH 1/2] Increase zIndex for tooltip visibility in GridTI component --- airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx b/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx index 0fabe1cf89a90..fe403123b1772 100644 --- a/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx +++ b/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx @@ -143,7 +143,7 @@ const Instance = ({ dagId, instance, isGroup, isMapped, runId, search, taskId }: position="absolute" right={0} visibility="hidden" - zIndex={1} + zIndex={1000} > {translate("taskId")}: {taskId}
From 0d30d82ec4fa021ad2514e6eb90fbc002ffad983 Mon Sep 17 00:00:00 2001 From: Yeonguk Date: Thu, 31 Jul 2025 19:42:14 +0900 Subject: [PATCH 2/2] Change zIndex value to Chakra token --- airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx b/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx index fe403123b1772..e49fed90de66a 100644 --- a/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx +++ b/airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx @@ -143,7 +143,7 @@ const Instance = ({ dagId, instance, isGroup, isMapped, runId, search, taskId }: position="absolute" right={0} visibility="hidden" - zIndex={1000} + zIndex="tooltip" > {translate("taskId")}: {taskId}