Left Main: Fix Update button interactivity

This commit is contained in:
Alexander Zinchuk 2025-08-21 12:33:46 +02:00
parent 8f5ff3dbfe
commit 888caa349b

View File

@ -66,6 +66,7 @@
.btn-update {
position: absolute;
z-index: var(--z-chat-float-button);
bottom: 1rem;
left: 50%;
transform: translateX(-50%);