fix: shift the quiz progress bar below the umbrella strip

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-07-21 17:11:51 +01:00
co-authored by Claude Fable 5
parent 7603846516
commit 3fce2e5c13
+4
View File
@@ -2372,3 +2372,7 @@ body.umbrella-mode { --umbrella-h: 30px; }
}
body.umbrella-mode .site-header { top: var(--umbrella-h); }
body.umbrella-mode .app { padding-top: var(--umbrella-h); }
/* The quiz view swaps the site-header for its own fixed progress bar
(body.quiz-active hides .site-header) — shift that one down too, or
the strip sits on top of it. */
body.umbrella-mode .quiz-progress-bar { top: var(--umbrella-h); }