forked from TFMM/silent-auction
ui: increase checkout container height to 800px
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<style>
|
<style>
|
||||||
#checkout-container {
|
#checkout-container {
|
||||||
min-height: 1600px;
|
min-height: 800px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
/* Ensure the iframe inside the container takes full width */
|
/* Ensure the iframe inside the container takes full width */
|
||||||
#checkout-container iframe {
|
#checkout-container iframe {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
min-height: 600px !important;
|
min-height: 800px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
Reference in New Issue
Block a user