From 467519ccaface67cd7f9d77cfd1a919446e8e3b2 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 19 Nov 2020 19:14:39 +0100
Subject: [PATCH] fix: overlay not working on FF

---
 src/app/structure-list/structure-list.component.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/structure-list/structure-list.component.scss b/src/app/structure-list/structure-list.component.scss
index e95a3c4ef..46a1d312f 100644
--- a/src/app/structure-list/structure-list.component.scss
+++ b/src/app/structure-list/structure-list.component.scss
@@ -13,7 +13,7 @@
   margin: 0 16px;
 }
 .listCard {
-  overflow-y: overlay;
+  overflow-y: auto;
   padding: 0 25px;
 }
 .topBlock {
-- 
GitLab