Skip to content

Commit e3e6bd3

Browse files
committed
fix: 피드백 메일 버튼 하단 고정 height 680 이상에서만 적용
1 parent 5b5bdf1 commit e3e6bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/Setting/FeedbackMail/FeedbackMail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ function FeedbackMail() {
133133
</div>
134134
<div
135135
className={`${
136-
window.innerHeight > 680 ? 'absolute' : 'my-10 block'
137-
} bottom-10 w-full cursor-pointer px-6`}
136+
window.innerHeight > 680 ? 'absolute bottom-10' : 'my-10 block'
137+
} w-full cursor-pointer px-6`}
138138
>
139139
<Button
140140
property="solid"

0 commit comments

Comments
 (0)