We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e42d00 + e3e6bd3 commit 39fa8c2Copy full SHA for 39fa8c2
1 file changed
โsrc/pages/Setting/FeedbackMail/FeedbackMail.tsxโ
@@ -133,8 +133,8 @@ function FeedbackMail() {
133
</div>
134
<div
135
className={`${
136
- window.innerHeight > 680 ? 'absolute' : 'my-10 block'
137
- } bottom-10 w-full cursor-pointer px-6`}
+ window.innerHeight > 680 ? 'absolute bottom-10' : 'my-10 block'
+ } w-full cursor-pointer px-6`}
138
>
139
<Button
140
property="solid"
0 commit comments