Skip to content

Commit c8a49ec

Browse files
committed
Fix shadow overlay
1 parent d9c6697 commit c8a49ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MainLayout/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Header() {
4343
};
4444

4545
return (
46-
<AppBar position="static">
46+
<AppBar position="relative">
4747
<Toolbar>
4848
<Typography variant="h6" className={classes.title}>
4949
<Link className={classes.homeLink} to="/">My Store!</Link>

0 commit comments

Comments
 (0)