You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Drawer pull always at top of panel (CSS order: -1), full width centered
- Hide progress/modes when panel closed (display: none !important)
- Move panel padding to .quiz-content to prevent drawer pull offset
- viewport-fit=cover + 100dvh for proper mobile viewport sizing
- Colorbar positioned bottom-right on mobile with touch drag support
- Fix drawer-perf tests to use drawer pull on mobile viewports
- Simplify swipe test to use drawer pull click
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
<metaname="description" content="Wikipedia Knowledge Map - An interactive visualization of 250,000 Wikipedia articles, their semantic relationships, and difficulty levels.">
7
7
<title>Knowledge Mapper</title>
8
8
@@ -50,6 +50,7 @@
50
50
color:var(--color-text);
51
51
overflow: hidden;
52
52
height:100vh;
53
+
height:100dvh; /* accounts for mobile browser chrome */
0 commit comments