Skip to content

Commit 04b40c4

Browse files
fix: enable scrolling on checkout payment side to ensure button visibility
1 parent bbcd346 commit 04b40c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CheckoutModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const CheckoutModal = ({ items, total, onConfirm, onClose }: { items: Iti
5151
</div>
5252

5353
{/* Right Side: Payment */}
54-
<div className="w-full md:w-[400px] bg-slate-900/20 p-10 md:p-14 flex flex-col justify-between">
54+
<div className="w-full md:w-[400px] bg-slate-900/20 p-10 md:p-14 flex flex-col justify-between overflow-y-auto">
5555
<div>
5656
<h3 className="text-xl font-bold text-white mb-8">Summary</h3>
5757
<div className="space-y-4 mb-8">

0 commit comments

Comments
 (0)