From 39f024b108095d839d31bb1a0ccc4927bdd100b3 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Mon, 16 Sep 2024 12:30:59 -0600
Subject: [PATCH] add cursor

---
 styles/_D3View.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/styles/_D3View.scss b/styles/_D3View.scss
index 9287834..6dcb806 100644
--- a/styles/_D3View.scss
+++ b/styles/_D3View.scss
@@ -17,6 +17,7 @@
   }
 
   > svg {
+    cursor: move;
     fill: none;
     left: 0;
     position: absolute;
-- 
GitLab