On mobile the sidebar takes full width and covers the graph entirely. The content panel works well, but there's no way to see or interact with the graph.
Current behavior:
- Sidebar is
position: absolute; width: 100% on screens ≤768px
- Once a node is selected (or a tutorial starts), the graph disappears behind the sidebar
- No toggle or swipe to switch between graph and sidebar
Expected:
- A way to switch between graph view and detail view on mobile
- Could be a tab bar (Graph | Detail), a swipe gesture, or a collapse/expand toggle
- Tutorial navigation should still work — ideally showing the graph when navigating between stops, then the narrative when reading
Noticed while previewing local-llm-graph on mobile via surge.sh.
On mobile the sidebar takes full width and covers the graph entirely. The content panel works well, but there's no way to see or interact with the graph.
Current behavior:
position: absolute; width: 100%on screens ≤768pxExpected:
Noticed while previewing local-llm-graph on mobile via surge.sh.