aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/layouts')
-rw-r--r--apps/website/src/layouts/Layout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro
index 1af3a1e..56b4abc 100644
--- a/apps/website/src/layouts/Layout.astro
+++ b/apps/website/src/layouts/Layout.astro
@@ -34,7 +34,7 @@ const {
<title>{title}</title>
</head>
- <body class="bg-gray-50">
+ <body class="bg-gray-50 overflow-x-hidden">
<Navbar/>
<main class="min-h-screen h-auto">
<slot/>