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
06a157812e2246da0b0ab30a77e3740c437b674f
parent
ea94a6a36fb200f69dc1efebe703bf864c1324a0
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-26 12:28
better palette overflow fix

Diffstat

M style.css 4 +++-

1 files changed, 3 insertions, 1 deletions


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

@@ -21,13 +21,15 @@ canvas {
   21    21 }
   22    22 
   23    23 .palette {
   24    -1 	overflow-x: scroll;
   -1    24 	overflow-x: auto;
   25    25 	white-space: nowrap;
   26    26 	user-select: none;
   27    27 }
   28    28 .palette input {
   29    29 	clip: rect(0, 0, 0, 0);
   30    30 	position: absolute;
   -1    31 	left: 0;
   -1    32 	top: 0;
   31    33 }
   32    34 .palette span {
   33    35 	display: inline-block;