From 20d9f077a6e283958529c88ff9aa535600ef1d41 Mon Sep 17 00:00:00 2001 From: Adarsh Jena <76236137+adarshnjena@users.noreply.github.com> Date: Sat, 25 Feb 2023 08:17:59 +0530 Subject: [PATCH] cursor pointer --- 3D_webApp/styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/3D_webApp/styles/globals.css b/3D_webApp/styles/globals.css index 63ba0a0..4a65758 100644 --- a/3D_webApp/styles/globals.css +++ b/3D_webApp/styles/globals.css @@ -153,4 +153,5 @@ a { canvas{ height: 100vh; width: 100vw; + cursor: pointer; }