From 44757f619e9f23535cbf9c2dba502c6066732728 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 31 Mar 2022 13:54:10 +0200
Subject: [PATCH] fix(news): broken layout with double scroll

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

diff --git a/src/styles.scss b/src/styles.scss
index 05073c59b..d01edb7f3 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -26,6 +26,7 @@ body {
   background-color: $grey-6;
   min-height: 100vh;
   min-height: -webkit-fill-available;
+  overflow: hidden;
 }
 a {
   color: $default-link-color;
-- 
GitLab