Skip to content

Commit

Permalink
[HOTFIX]
Browse files Browse the repository at this point in the history
  • Loading branch information
karnelll authored Nov 24, 2024
1 parent 491b03f commit 2b9a854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function BottomSheet() {

return (
<div
className={`fixed bottom-0 left-1/2 transform -translate-x-1/2 w-[360px] h-[556px] bg-[#1d1d1d] rounded-t-[20px] transition-transform duration-700 ${
className={`fixed bottom-0 left-1/2 transform -translate-x-1/2 w-[360px] h-[556px] bg-[#1d1d1d] rounded-t-[20px] transition-transform z-[1000] duration-700 ${
isVisible ? "translate-y-0" : "translate-y-full"
}`}
>
Expand Down

0 comments on commit 2b9a854

Please sign in to comment.