From 65f468a30a6528d8326bab324bac0fede9ef404f Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 25 May 2023 16:05:40 +0200 Subject: [PATCH] popup position now "fixed" changed publicationviewer width --- Website/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/style.css b/Website/style.css index c91cd16..76635a7 100644 --- a/Website/style.css +++ b/Website/style.css @@ -242,7 +242,7 @@ popup{ min-height: 100%; top: 0; left: 0; - position: absolute; + position: fixed; z-index: 2; } @@ -342,7 +342,7 @@ addtask-settings addtask-setting{ publication-viewer{ display: block; - width: 500px; + width: 450px; height: 300px; position: absolute; top: 200px;