teamsiso/docs/preview
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
..
redesigned-mainwindow.html fix(preview): clip drawer behind .content with position:relative+overflow:hidden 2026-05-13 00:22:42 -04:00