From 3c69b31581bdc165d54b7f23a980a6925eca48b5 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 4 Jan 2023 16:13:55 +0100 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