From 888caa349bf164e30eff556a89ec7b11ec45629b Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 21 Aug 2025 12:33:46 +0200 Subject: [PATCH] Left Main: Fix Update button interactivity --- src/components/left/main/LeftMain.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/left/main/LeftMain.scss b/src/components/left/main/LeftMain.scss index 80b9de297..2351799f2 100644 --- a/src/components/left/main/LeftMain.scss +++ b/src/components/left/main/LeftMain.scss @@ -66,6 +66,7 @@ .btn-update { position: absolute; + z-index: var(--z-chat-float-button); bottom: 1rem; left: 50%; transform: translateX(-50%);