Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Cart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Cart = () => {

return (
<div className="bg-half-transparent w-full fixed nav-item top-0 right-0 ">
<div className="float-right h-screen duration-1000 ease-in-out dark:text-gray-200 transition-all dark:bg-[#484B52] bg-white md:w-400 p-8">
<div className="float-right h-screen overflow-y-auto duration-1000 ease-in-out dark:text-gray-200 transition-all dark:bg-[#484B52] bg-white md:w-400 p-8">
<div className="flex justify-between items-center">
<p className="font-semibold text-lg">Shopping Cart</p>
<Button
Expand Down