forked from TFMM/silent-auction
ui: switch from min-height to explicit height for checkout container
This commit is contained in:
@@ -3,15 +3,17 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<style>
|
<style>
|
||||||
#checkout-container {
|
#checkout-container {
|
||||||
min-height: 800px;
|
height: 900px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure the iframe inside the container takes full width */
|
/* Force the generated iframe to fill the container exactly */
|
||||||
#checkout-container iframe {
|
#checkout-container iframe {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
min-height: 800px !important;
|
height: 100% !important;
|
||||||
|
border: none !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
Reference in New Issue
Block a user