Skip to content

Commit

Permalink
sketris-dev disable title selection
Browse files Browse the repository at this point in the history
  • Loading branch information
MxMossy committed Dec 16, 2023
1 parent 8f6ca3d commit 5cf8b17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sketris-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2 id="ver-0-0-0-7-7-23">Ver 0.0.0 - 7/7/23</h2>

<div id="mainDiv">

<div id = "boardArea">
<div id = "boardArea" tabindex="0">
<div id="gameBoard" oncontextmenu="return false;">
<canvas id="hold"></canvas>

Expand Down
1 change: 1 addition & 0 deletions sketris-dev/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ html, body {
margin: 0px;
margin-bottom: 30px;
background-image: linear-gradient(black, rgba(0, 0, 0, 0));
user-select: none;
}

#title>a{
Expand Down
2 changes: 1 addition & 1 deletion sketris-dev/main.js

Large diffs are not rendered by default.

0 comments on commit 5cf8b17

Please sign in to comment.