paint-by-numbers

Relaxing paint-by-numbers game  https://p.ce9e.org/paint-by-numbers/
git clone https://git.ce9e.org/paint-by-numbers.git

commit
5ce6da71c00e3b82218a585c056196570e2bf4c8
parent
f2d702621d03a7187a21e3432f09bbc55d5557fa
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-15 07:19
prevent unintended selection in palette

Diffstat

M style.css 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/style.css b/style.css

@@ -23,6 +23,7 @@ canvas {
   23    23 .palette {
   24    24 	overflow-x: auto;
   25    25 	white-space: nowrap;
   -1    26 	user-select: none;
   26    27 }
   27    28 .palette input {
   28    29 	clip: rect(0, 0, 0, 0);