Skip to content

Commit

Permalink
๐Ÿ› fix: BottomSheet ์™ธ๋ถ€ ์˜์—ญ ๋ฐฐ๊ฒฝ์ƒ‰ ๋ถ€์—ฌํ•˜๊ธฐ #50
Browse files Browse the repository at this point in the history
  • Loading branch information
naarang committed Oct 25, 2024
1 parent f8c2b41 commit e4a3ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/BottomSheetLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const BottomSheetLayout = ({
return (
<>
{isShowBottomsheet && (
<div className="fixed top-0 bottom-0 left-0 right-0 bg-transparent z-30"></div>
<div className="fixed top-0 bottom-0 left-0 right-0 bg-[rgba(0,0,0,0.3)] z-30"></div>
)}
<motion.div
drag="y"
Expand Down

0 comments on commit e4a3ab9

Please sign in to comment.