From 15a01fe0e7ace3a47401069f5bdf100921944a9a Mon Sep 17 00:00:00 2001 From: takuma-hmng8 Date: Sat, 18 May 2024 21:28:18 +0900 Subject: [PATCH] fix:css --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 4eb4f741..bbdb96e1 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -26,6 +26,7 @@ export default function RootLayout({ overflow: "hidden", backgroundColor: "#000", touchAction: "none", + userSelect: "none", }}> {children}