From f393baaa82896333f8fac3b83020bb2667243a49 Mon Sep 17 00:00:00 2001 From: Nolshine Date: Wed, 15 Sep 2021 07:55:11 +0100 Subject: [PATCH] fix script log box staying behind when scrolling --- css/popupboxes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/popupboxes.scss b/css/popupboxes.scss index 07e5219d1..dd0269b95 100644 --- a/css/popupboxes.scss +++ b/css/popupboxes.scss @@ -81,7 +81,7 @@ flex-flow: column; background-color: gray; width: 50%; - position: absolute; + position: fixed; left: 50%; top: 40%; margin: -10% 0 0 -25%;