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

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9cb9a80ae64 chore: update navigation z-index using Chakra token 
(#57493)
9cb9a80ae64 is described below

commit 9cb9a80ae64aa243e6183aed03cad72b52d6fe62
Author: Yeonguk Choo <[email protected]>
AuthorDate: Thu Oct 30 06:46:35 2025 +0900

    chore: update navigation z-index using Chakra token (#57493)
---
 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 1ee7444b3bd..2066fec2413 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={1}
       top={0}
       width={16}
-      zIndex={2}
+      zIndex="docked"
     >
       <Flex alignItems="center" flexDir="column" width="100%" gap={1}>
         <Box asChild boxSize={14} display="flex" alignItems="center" 
justifyContent="center">

Reply via email to