Skip to content

Commit 39fa8c2

Browse files
authored
Merge pull request #256 from ItRecode/FE-254
fix: ํ”ผ๋“œ๋ฐฑ ๋ฉ”์ผ ๋ฒ„ํŠผ ํ•˜๋‹จ ๊ณ ์ • height 680 ์ด์ƒ์—์„œ๋งŒ ์ ์šฉ
2 parents 6e42d00 + e3e6bd3 commit 39fa8c2

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)