From 2e3d6beb506c566af88a6d22a8b4b1a646321b07 Mon Sep 17 00:00:00 2001
From: Antonin Coquet <ext.sopra.acoquet@grandlyon.com>
Date: Mon, 22 Mar 2021 11:19:37 +0100
Subject: [PATCH] fix: modal background to fixed

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

diff --git a/src/styles.scss b/src/styles.scss
index 53df89909..08c7d2ff6 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -191,7 +191,7 @@ button {
   width: 100%;
   height: 100%;
   z-index: $modal-z-index;
-  position: absolute;
+  position: fixed;
   content: '';
   top: 0;
   left: 0;
-- 
GitLab