From 99252b22559e22a84a871fe8f870969f6f68678d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Vieira?= <36481167+stephanevieira75@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:43:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20#2022=20Fix=20popup=20content=20?= =?UTF-8?q?height=20(#2027)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/components/popup-component/popup-component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/twake/frontend/src/app/components/popup-component/popup-component.scss b/twake/frontend/src/app/components/popup-component/popup-component.scss index 5fac1368b2..0ac1ed8e51 100755 --- a/twake/frontend/src/app/components/popup-component/popup-component.scss +++ b/twake/frontend/src/app/components/popup-component/popup-component.scss @@ -81,6 +81,7 @@ .content { padding-top: 32px; + max-height: 100%; } } }