Skip to content

Commit 14345e4

Browse files
authored
Add files via upload
1 parent ef49d8a commit 14345e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
overlayToggle.addEventListener('change', function() {
2525
if (this.checked) {
26-
overlay.style.display = 'none';
26+
overlay.style.display = 'block'; // Show overlay when checked
2727
} else {
28-
overlay.style.display = 'block';
28+
overlay.style.display = 'none'; // Hide overlay when unchecked
2929
}
3030
});
3131
});

0 commit comments

Comments
 (0)