Browse Source

Fix overlapping issues

pull/499/head
mrjvs 2 years ago
parent
commit
39b1952906
  1. 2
      src/components/utils/Lightbar.tsx

2
src/components/utils/Lightbar.tsx

@ -161,7 +161,7 @@ function ParticlesCanvas() { @@ -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…
Cancel
Save