We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c6697 commit c8a49ecCopy full SHA for c8a49ec
src/components/MainLayout/components/Header.tsx
@@ -43,7 +43,7 @@ export default function Header() {
43
};
44
45
return (
46
- <AppBar position="static">
+ <AppBar position="relative">
47
<Toolbar>
48
<Typography variant="h6" className={classes.title}>
49
<Link className={classes.homeLink} to="/">My Store!</Link>
0 commit comments