mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-30 16:17:41 +01:00
Fix tall boi page UwU
This commit is contained in:
parent
b5cb432241
commit
87b6399d5d
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ function ParticlesCanvas() {
|
||||||
|
|
||||||
export function Lightbar(props: { className?: string }) {
|
export function Lightbar(props: { className?: string }) {
|
||||||
return (
|
return (
|
||||||
<div className="absolute inset-0 w-full h-[300vh] overflow-hidden pointer-events-none -mt-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-[300vh] relative pt-64">
|
<div className="max-w-screen w-full h-[calc(100vh+16rem)] relative pt-64">
|
||||||
<div className={props.className}>
|
<div className={props.className}>
|
||||||
<div className="lightbar">
|
<div className="lightbar">
|
||||||
<ParticlesCanvas />
|
<ParticlesCanvas />
|
||||||
|
|
Loading…
Reference in a new issue