Skip to content

Commit 618e619

Browse files
committed
update: suggess bottom-center
1 parent 9282195 commit 618e619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ResultPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export function ResultPage({
216216
</li>
217217
}
218218
</ul>,
219-
{ autoClose: false }
219+
{ autoClose: false, position: 'bottom-center' }
220220
)
221221
selected.filter(a => a >= 0).map((s, i) => alts[i][s])
222222
}

0 commit comments

Comments
 (0)