We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ac605 commit 15a01feCopy full SHA for 15a01fe
app/layout.tsx
@@ -26,6 +26,7 @@ export default function RootLayout({
26
overflow: "hidden",
27
backgroundColor: "#000",
28
touchAction: "none",
29
+ userSelect: "none",
30
}}>
31
<body className={oswald.className}>
32
{children}
0 commit comments