mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 09:25:07 +01:00
Fix overlapping issues
This commit is contained in:
parent
241febcdbf
commit
39b1952906
@ -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 New Issue
Block a user