Browse Source

Fix tall boi page UwU

pull/525/head
Jip Fr 2 years ago
parent
commit
87b6399d5d
  1. 4
      src/components/utils/Lightbar.tsx

4
src/components/utils/Lightbar.tsx

@ -161,8 +161,8 @@ function ParticlesCanvas() { @@ -161,8 +161,8 @@ function ParticlesCanvas() {
export function Lightbar(props: { className?: string }) {
return (
<div className="absolute inset-0 w-full h-[300vh] overflow-hidden pointer-events-none -mt-64">
<div className="max-w-screen w-full h-[300vh] relative pt-64">
<div className="absolute inset-0 w-full h-[calc(100vh+16rem)] overflow-hidden pointer-events-none -mt-64">
<div className="max-w-screen w-full h-[calc(100vh+16rem)] relative pt-64">
<div className={props.className}>
<div className="lightbar">
<ParticlesCanvas />

Loading…
Cancel
Save