Payment Modal: Fix Next button missing on certain screen sizes (#2004)
This commit is contained in:
parent
93f396e5af
commit
29351cbe6c
@ -1,7 +1,10 @@
|
||||
$modalHeaderAndFooterHeight: 8.375rem;
|
||||
|
||||
.PaymentModal {
|
||||
&.recurring {
|
||||
.Transition {
|
||||
height: 33rem;
|
||||
max-height: calc(90vh - $modalHeaderAndFooterHeight);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user