We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece01b8 commit d7946b4Copy full SHA for d7946b4
1 file changed
src/components/background/background.tsx
@@ -5,7 +5,7 @@ import './background.css';
5
export default function Background() {
6
return (
7
<>
8
- <div className="background absolute overflow-hidden h-dvh -z-50">
+ <div className="background absolute left-0 top-0 overflow-hidden h-dvh -z-50">
9
<Secret />
10
<div className='wave' />
11
0 commit comments