workout: fix arrow key scroll — target .main not #workoutColumn

This commit is contained in:
Ash
2026-04-24 15:32:53 +00:00
parent 555fa092c7
commit 509404d976
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -224,7 +224,7 @@
<script>
// Remote control: arrow keys scroll workout
const workoutCol = document.getElementById('workoutColumn');
const workoutCol = document.querySelector('.main');
const SCROLL_AMOUNT = 120;
document.addEventListener('keydown', (e) => {