mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
fix: ListTooltip z-index level (#724)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user