dragon-iso/docs
Zac Gaetano 46b1ca5874
Some checks failed
CI / build-and-test (push) Failing after 28s
fix(preview): clip drawer behind .content with position:relative+overflow:hidden
The drawer was bleeding its close-X out of the window's left side
because .content (its containing block) had display:grid but no
position:relative, so absolute-positioned children anchored to .window
or further up the tree. Adding position:relative makes the drawer
anchor to .content, and overflow:hidden clips the off-screen
translateX(100%) so its content doesn't render outside the bounds.
2026-05-13 00:22:42 -04:00
..
preview fix(preview): clip drawer behind .content with position:relative+overflow:hidden 2026-05-13 00:22:42 -04:00
superpowers docs: WinUI 3 migration plan + overnight 2026-05-12 work log 2026-05-13 00:09:51 -04:00
CONTROL-SURFACE.md Add LAN-reachable mode to control surface and OSC bridge 2026-05-10 10:01:32 -04:00
REAL-TIME-RECORDING.md Investigate MF activation — Vortice 3.6.2 API mismatch, defer port 2026-05-10 20:39:23 -04:00
RELEASING.md ci: optional MSI + exe code-signing in release.yml 2026-05-10 09:41:28 -04:00
test-playbook.md feat(ui): wire DI bootstrap in App.xaml.cs and add Windows solution filter 2026-05-07 15:41:58 +00:00