From e4e539c067eff48c07fd58897e8fe193297d9142 Mon Sep 17 00:00:00 2001
From: Olivier Gagnon <oli.gagnon4418@gmail.com>
Date: Wed, 15 Sep 2021 10:56:21 -0400
Subject: [PATCH] fix import not working

---
 dist/engineStyle.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/engineStyle.css b/dist/engineStyle.css
index 630f14268..4bebf2c5f 100644
--- a/dist/engineStyle.css
+++ b/dist/engineStyle.css
@@ -2439,7 +2439,7 @@ input[type="checkbox"] {
   flex-flow: column;
   background-color: gray;
   width: 50%;
-  position: absolute;
+  position: fixed;
   left: 50%;
   top: 40%;
   margin: -10% 0 0 -25%;