summaryrefslogtreecommitdiff
path: root/client/src/components/NavBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/NavBar.tsx')
-rw-r--r--client/src/components/NavBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/NavBar.tsx b/client/src/components/NavBar.tsx
index a8e0a14..7cae800 100644
--- a/client/src/components/NavBar.tsx
+++ b/client/src/components/NavBar.tsx
@@ -9,7 +9,7 @@ function NavBar() {
const isMobile = useMediaQuery('(max-width: 768px)');
return (
- <AppBar position="relative">
+ <AppBar>
<Toolbar>
<Typography
variant="h5"