Skip to content

Commit 595f000

Browse files
committed
fix: 랜덤 응원 메시지가 모달보다 위로 뜨는 오류 해결
1 parent f600c2f commit 595f000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/components/RandomCheer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const RandomCheer = () => {
1111
const [randomCheer, setRandomCheer] = useState(getRandomCheer());
1212

1313
return (
14-
<div className="z-40 flex flex-col items-end pr-20">
14+
<div className="z-30 flex flex-col items-end pr-20">
1515
<div
1616
className="relative mb-3 w-fit rounded-lg border-1 border-white bg-white px-6 py-[7px] text-center"
1717
onClick={() => setRandomCheer(getRandomCheer())}

0 commit comments

Comments
 (0)