Skip to content

Commit

Permalink
feat(app): disallow selections and hide text cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jul 2, 2020
1 parent d1fe8a6 commit 7dc190c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elements/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ class App extends LitElement {
flex-direction: column;
background-color: var(--canvas);
color: var(--button-text);
user-select: none;
-webkit-user-select: none;
cursor: default;
}
div {
Expand Down

0 comments on commit 7dc190c

Please sign in to comment.