From 895efb92c8a7bf68910216ef57d3f0d2ec669ede Mon Sep 17 00:00:00 2001
From: Midhun Suresh <midhunr@element.io>
Date: Mon, 3 Jan 2022 13:29:08 +0530
Subject: [PATCH] Fix overlay menus

---
 src/style.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/style.css b/src/style.css
index 27b94c9..f6ef587 100644
--- a/src/style.css
+++ b/src/style.css
@@ -9,6 +9,15 @@
     height: 500px;
 }
 
+/*
+todo: this style should actually be in hydrogen-web
+*/
+#chatterbox .popupContainer {
+    position: fixed;
+    top: 0;
+    left: 0;
+}
+
 body {
     background-color: #205a634d;
 }
-- 
GitLab