From e9c575ab88892d56c1ac9c41aa799d1559054832 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 2 Mar 2026 08:30:19 +0000 Subject: [PATCH] Fix popup Signed-off-by: Marcus Noble --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index fd9ae46..de1b4b7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,7 +45,7 @@ .modal { display: none; - position: absolute; + position: fixed; top: 25%; left: 25%; height: 430px;