mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 16:12:05 +00: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