Skip to content

Commit

Permalink
fix: block selection
Browse files Browse the repository at this point in the history
  • Loading branch information
theomorphic committed Dec 23, 2023
1 parent ccda48e commit 726bb48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ body {
min-height: 100vh;
line-height: 1;
font-family: Pufony;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.container {
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body{
min-height: 100vh;
line-height: 1;
font-family: Pufony;
user-select: none;
}

.container{
Expand Down

0 comments on commit 726bb48

Please sign in to comment.