This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new 481d3d2 Update layout.tsx
481d3d2 is described below
commit 481d3d2e5c35a73d3e20b7eda9c2bf7d579853ad
Author: Apratim Shukla <[email protected]>
AuthorDate: Fri Mar 21 21:24:01 2025 -0700
Update layout.tsx
---
src/app/layout.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 4c7a9bb..a78b48f 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -21,7 +21,7 @@ export default function RootLayout({
*/}
<head />
- <body className={`bg-[#FCFCFC] dark:bg-black ${inter.className}`}>
+ <body className={`bg-[#FCFCFC] dark:bg-black ${inter.className},
overflow-x-hidden`}>
<Providers>
<Header />
{children}