mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Fix overlapping issues
This commit is contained in:
parent
241febcdbf
commit
39b1952906
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ function ParticlesCanvas() {
|
|||
|
||||
export function Lightbar(props: { className?: string }) {
|
||||
return (
|
||||
<div className="absolute inset-0 w-full h-screen overflow-hidden -mt-64">
|
||||
<div className="absolute inset-0 w-full h-screen overflow-hidden pointer-events-none -mt-64">
|
||||
<div className="max-w-screen w-full h-screen relative pt-64">
|
||||
<div className={props.className}>
|
||||
<div className="lightbar">
|
||||
|
|
Loading…
Reference in a new issue