From c60fd9c71e70f0c4e2c90edc8f9837b43f84e9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 18 Jan 2024 16:46:31 +0100 Subject: [PATCH] fix the adopter form clipping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/src/pages/home/hubSpotNewAdoptersForm.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/src/pages/home/hubSpotNewAdoptersForm.module.scss b/microsite/src/pages/home/hubSpotNewAdoptersForm.module.scss index 77e1a87a53..24d07be2e7 100644 --- a/microsite/src/pages/home/hubSpotNewAdoptersForm.module.scss +++ b/microsite/src/pages/home/hubSpotNewAdoptersForm.module.scss @@ -4,6 +4,8 @@ display: flex; position: fixed; transform: translateY(-50%); + margin-top: 44px; + max-height: calc(100% - 44px); transition: all 250ms ease-in-out; @@ -22,9 +24,7 @@ } .hubSpotNewAdopterFormContent { - height: 600px; max-width: 500px; - overflow-y: hidden; border-radius: 8px 0 0 8px; background-color: var(--ifm-color-white);