Skip to content

Commit

Permalink
feat(examples): make starter example bar non-selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk committed Dec 7, 2024
1 parent 556a83a commit dc6c6c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/starter/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ body {
overflow: hidden;
}

div,
span,
p {
cursor: default;
user-select: none;
}

html,
body,
#root {
Expand Down

0 comments on commit dc6c6c1

Please sign in to comment.