fix: shift the quiz progress bar below the umbrella strip
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user