Skip to content

Commit

Permalink
Disable user-select on widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
baerchen201 committed Oct 3, 2024
1 parent ea4784e commit 510d76b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ body {
widget-generic {
font-size: 60px;
font-family: Consolas, "Ubuntu Mono", monospace; /*! Placeholder / Test code */

user-select: none;
}

widget-generic.widget-1 {
Expand Down

0 comments on commit 510d76b

Please sign in to comment.