Skip to content

Commit

Permalink
The overflow stuff is handled in the css file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoore1 committed Dec 6, 2024
1 parent cd61062 commit 85f9e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/plans/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
overflow: auto; /* Ensure it's scrollable */
cursor: grab; /* Change cursor to indicate draggable area */
}
Expand Down

0 comments on commit 85f9e16

Please sign in to comment.