mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-27 02:37:08 +01:00
fixes language dropdown cutoff on checkout page (#4465)
* fixes language dropdown cutoff on checkout page * Use min-height class to fix the tests Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
parent
a4182621da
commit
bb63ae6d87
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
<invoice>
|
||||
<div class="no-bounce" id="checkoutCtrl" v-cloak>
|
||||
<div class="modal page">
|
||||
<div class="modal page min-vh-100">
|
||||
<div class="modal-dialog open opened" role="document" v-bind:class="{ 'expired': invoiceUnpayable, 'paid': invoicePaid, 'enter-purchaser-email': showEmailForm}">
|
||||
<div class="modal-content long">
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Reference in a new issue