Skip to content

Commit 1ecf6ed

Browse files
jeremymanningclaude
andcommitted
Remove all highlights from panel tutorial steps, fix minimap z-index (#55, #57)
- Remove highlight entirely from Quiz Panel, Video Sidebar, and domain exploration steps (panels are already visually prominent) - Lower minimap z-index in landscape mode so it stays behind video panel Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4a308b5 commit 1ecf6ed

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@
889889
#minimap-container {
890890
width: 160px; height: 120px;
891891
bottom: 12px; left: 12px;
892-
z-index: 10; /* Above quiz/video panel toggles */
892+
z-index: 3; /* Below panels and toggles */
893893
}
894894
/* Quiz panel: right-side drawer in landscape */
895895
#quiz-panel.open { height: auto; max-height: 100%; }

src/ui/tutorial.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const STEPS = [
3636
},
3737
{
3838
id: 2, title: 'The Quiz Panel',
39-
highlight: '#quiz-toggle',
4039
arrowTarget: '#quiz-toggle',
4140
arrowSide: 'above',
4241
positionHint: 'quiz-final',
@@ -51,7 +50,6 @@ const STEPS = [
5150
id: 3, title: 'Video Sidebar', subSteps: [
5251
{
5352
title: 'Video Sidebar',
54-
highlight: '#video-toggle',
5553
arrowTarget: '#video-toggle',
5654
arrowSide: 'above',
5755
positionHint: 'video-final',
@@ -61,7 +59,6 @@ const STEPS = [
6159
},
6260
{
6361
title: 'Video Sidebar',
64-
highlight: '#video-toggle',
6562
positionHint: 'video-final',
6663
message: () => {
6764
const touch = 'ontouchstart' in window || navigator.maxTouchPoints > 0;

0 commit comments

Comments
 (0)