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

jscheffl 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 f30f0b6fbe7 [v3-1-test] chore: update navigation z-index using Chakra 
token (#57493) (#57520)
f30f0b6fbe7 is described below

commit f30f0b6fbe7c4c6fc9ba4d5041d97c62a5f0b2d8
Author: Jens Scheffler <[email protected]>
AuthorDate: Wed Oct 29 23:48:38 2025 +0100

    [v3-1-test] chore: update navigation z-index using Chakra token (#57493) 
(#57520)
    
    (cherry picked from commit 9cb9a80ae64aa243e6183aed03cad72b52d6fe62)
    
    Co-authored-by: Yeonguk Choo <[email protected]>
---
 airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx 
b/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx
index 39a1afccf4d..01185d2df8b 100644
--- a/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx
+++ b/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx
@@ -143,7 +143,7 @@ export const Nav = () => {
       py={3}
       top={0}
       width={20}
-      zIndex={2}
+      zIndex="docked"
     >
       <Flex alignItems="center" flexDir="column" width="100%">
         <Box mb={3}>

Reply via email to