From c5905a8abb2e582ed2f004c6930233ac2606116c Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Thu, 23 Jul 2026 10:10:25 +0200 Subject: [PATCH] z-index --- resources/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/main.css b/resources/main.css index bd590c361..a571bd6eb 100644 --- a/resources/main.css +++ b/resources/main.css @@ -235,6 +235,7 @@ button, background: #602525; border: 3px solid rgba(255, 255, 255, 0.5); position: fixed; + z-index: 9999; left: 10px; top: 10px; max-height: calc(100vh - 20px);