Skip to content

Commit 483a805

Browse files
committed
- prevent playing board shifting
1 parent 559a2a7 commit 483a805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games/checkers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}
6767
.move-history{margin-top:20px}
6868
.move-history h3{font-size:1.1rem;margin-bottom:12px;color:#1f2937}
69-
.move-list{max-height:200px;overflow-y:auto;background:#f9fafb;border-radius:8px;padding:12px}
69+
.move-list{height:200px;overflow-y:auto;background:#f9fafb;border-radius:8px;padding:12px}
7070
.move-item{padding:8px;margin-bottom:4px;background:#fff;border-radius:6px;font-family:monospace;font-size:.9rem;display:flex;justify-content:space-between;align-items:center}
7171
.move-item .move-number{color:#6b7280;font-weight:600}
7272
.move-item .move-notation{color:#1f2937}

0 commit comments

Comments
 (0)