mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 12:35:08 +01:00
Fix lightbar being too tall (again)
This commit is contained in:
parent
f8b83a6f8c
commit
46f2da3c45
@ -161,8 +161,8 @@ function ParticlesCanvas() {
|
||||
|
||||
export function Lightbar(props: { className?: string }) {
|
||||
return (
|
||||
<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="absolute inset-0 w-full h-[calc(680px)] overflow-hidden pointer-events-none -mt-64">
|
||||
<div className="max-w-screen w-full h-[calc(680px)] relative pt-64">
|
||||
<div className={props.className}>
|
||||
<div className="lightbar">
|
||||
<ParticlesCanvas />
|
||||
|
Loading…
Reference in New Issue
Block a user