fix-theme-simple-内容溢出

This commit is contained in:
tangly1024
2023-03-11 09:27:00 +08:00
parent 4e9b9a09cf
commit d8ff172a82
4 changed files with 20 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ export const StarrySky = () => {
}, [])
return (
<div className="relative">
<canvas id="starry-sky-vixcity" className="fixed"></canvas>
<canvas id="starry-sky-vixcity" className="fixed pointer-events-none"></canvas>
</div>
)
}