From ac88a5ff4715fc1f8b5a531dcc546a180ec53118 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 May 2024 17:19:19 +0200 Subject: [PATCH] added z-index to upload_popup --- res/forum/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/forum/style.css b/res/forum/style.css index e940102..f2aa64b 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -175,6 +175,7 @@ body #upload_popup { + z-index: 8; position: absolute; display: none;