From 9efe4d0656698637b5fac2aa1fdf19179fb1f468 Mon Sep 17 00:00:00 2001 From: Alvaro Leal Date: Wed, 7 Dec 2022 02:28:20 +0100 Subject: [PATCH] Fix unreachable button on popup --- frontend/scripts/react-components/popup/popup-styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/scripts/react-components/popup/popup-styles.scss b/frontend/scripts/react-components/popup/popup-styles.scss index a78562120e..065fc011b4 100644 --- a/frontend/scripts/react-components/popup/popup-styles.scss +++ b/frontend/scripts/react-components/popup/popup-styles.scss @@ -1,6 +1,9 @@ @import 'styles/settings'; .c-popup { + max-height: 90vh; + overflow: scroll; + .popup-content { padding: 40px; z-index: $z-above-hero;