This is an automated email from the ASF dual-hosted git repository.

guanmingchiu pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 487627c8b16 [v3-1-test] fix: Fix grid view tooltip z-index issue 
(#61275) (#61403)
487627c8b16 is described below

commit 487627c8b163372f842b557391d1e2cca74e78e6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 22:54:21 2026 +0800

    [v3-1-test] fix: Fix grid view tooltip z-index issue (#61275) (#61403)
    
    (cherry picked from commit f701351eba659aaeffdd9a71135f0a4a631a0eb2)
    
    Co-authored-by: LI,JHE-CHEN <[email protected]>
---
 airflow-core/src/airflow/ui/src/layouts/Details/PanelButtons.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/src/airflow/ui/src/layouts/Details/PanelButtons.tsx 
b/airflow-core/src/airflow/ui/src/layouts/Details/PanelButtons.tsx
index 7db78c9d7ef..984bbe0d89f 100644
--- a/airflow-core/src/airflow/ui/src/layouts/Details/PanelButtons.tsx
+++ b/airflow-core/src/airflow/ui/src/layouts/Details/PanelButtons.tsx
@@ -434,6 +434,7 @@ export const PanelButtons = ({
                 <Text>{translate("dag:navigation.toggleGroup")}</Text>
               </Box>
             }
+            portalled
           >
             <LuKeyboard />
           </Tooltip>

Reply via email to