From dd9094e566595cbf7a491563cf15fec6244b09a8 Mon Sep 17 00:00:00 2001
From: Matthew Hague <matthew.hague@rhul.ac.uk>
Date: Fri, 30 Sep 2022 16:54:58 +0100
Subject: [PATCH] Fix fabric panel so clickable

---
 templates/impress.cs/css/style.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css
index b0f264a..67886c5 100644
--- a/templates/impress.cs/css/style.css
+++ b/templates/impress.cs/css/style.css
@@ -234,6 +234,8 @@ table {
 #fabric-panel {
     float: right;
     padding-right: 10px;
+    z-index: 100;
+    position: relative;
 }
 
 #fabric-panel .fabric-subpanel {
-- 
GitLab