Payment Modal: Fix Next button missing on certain screen sizes (#2004)

This commit is contained in:
Alexander Zinchuk 2022-08-18 16:16:28 +02:00
parent 93f396e5af
commit 29351cbe6c

View File

@ -1,7 +1,10 @@
$modalHeaderAndFooterHeight: 8.375rem;
.PaymentModal {
&.recurring {
.Transition {
height: 33rem;
max-height: calc(90vh - $modalHeaderAndFooterHeight);
}
}