fix: ListTooltip z-index level (#724)

This commit is contained in:
眼圈发黑
2023-12-22 10:17:35 +08:00
committed by GitHub
parent 44e16fbf15
commit 16a7e84436

View File

@@ -32,7 +32,7 @@ export default function WordList() {
return (
<>
<Tooltip content="List" placement="top" className="!absolute left-5 top-[50%]">
<Tooltip content="List" placement="top" className="!absolute left-5 top-[50%] z-20">
<button
type="button"
onClick={openModal}