From fef054d2e88b400212b8f548ef1c1926c6e997a2 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Wed, 4 Jan 2023 15:18:59 +0000
Subject: [PATCH] fix: scroll on firefox

---
 src/styles.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/styles.scss b/src/styles.scss
index 751218bd5..3c489efa7 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -432,7 +432,7 @@ button {
     }
     &.max-height {
       max-height: 50vh;
-      overflow-y: overlay;
+      overflow-y: scroll;
     }
   }
   .footer {
-- 
GitLab