address comments

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-01-18 16:52:59 +01:00
parent c60fd9c71e
commit aea7e81152
@@ -1,11 +1,13 @@
$page-header-height: 44px;
.hubSpotNewAdopterFormContainer {
top: 50%;
right: 0;
display: flex;
position: fixed;
transform: translateY(-50%);
margin-top: 44px;
max-height: calc(100% - 44px);
margin-top: $page-header-height;
max-height: calc(100% - $page-header-height);
transition: all 250ms ease-in-out;