File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,12 @@ const Home = () => {
110
110
111
111
return (
112
112
< main className = { inter . variable } >
113
- < div className = "w-full h-[100vh] flex justify-center relative overflow-hidden" >
113
+ < div className = "w-full h-[100vh] flex justify-center relative overflow-hidden touch-none " >
114
114
{ /* Background Component */ }
115
- < div className = "relative flex justify-center w-full h-full bg-gradient-to-tl from-primary to-primary/60 pointer-events-none" > </ div >
116
115
117
116
< div
118
- className = "absolute w-full h-full
119
- flex justify-center items-center z-30 pointer-events-auto"
117
+ className = "fixed w-full h-full
118
+ flex justify-center items-center z-30 pointer-events-auto bg-gradient-to-tl from-primary to-primary/60 "
120
119
>
121
120
< Spline scene = { SPLINE_SCENE } onLoad = { onLoad } />
122
121
</ div >
You can’t perform that action at this time.
0 commit comments