Skip to content

Commit 15a01fe

Browse files
author
takuma-hmng8
committed
fix:css
1 parent 57ac605 commit 15a01fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/layout.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default function RootLayout({
2626
overflow: "hidden",
2727
backgroundColor: "#000",
2828
touchAction: "none",
29+
userSelect: "none",
2930
}}>
3031
<body className={oswald.className}>
3132
{children}

0 commit comments

Comments
 (0)