mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 10:25:05 +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 }) {
|
export function Lightbar(props: { className?: string }) {
|
||||||
return (
|
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="max-w-screen w-full h-screen relative pt-64">
|
||||||
<div className={props.className}>
|
<div className={props.className}>
|
||||||
<div className="lightbar">
|
<div className="lightbar">
|
||||||
|
Loading…
Reference in New Issue
Block a user