@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user