Skip to content

Commit d7946b4

Browse files
authored
Adjust background div position to top-left
Updated the position of the background div to top-left.
1 parent ece01b8 commit d7946b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/background/background.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import './background.css';
55
export default function Background() {
66
return (
77
<>
8-
<div className="background absolute overflow-hidden h-dvh -z-50">
8+
<div className="background absolute left-0 top-0 overflow-hidden h-dvh -z-50">
99
<Secret />
1010
<div className='wave' />
1111
<div className='wave' />

0 commit comments

Comments
 (0)