fix: cmatrix canvas fills the full terminal area #2
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/2/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The matrix rain only rendered in the top ~150px because the canvas's
CSS height:100% resolved against #output, which has auto height —
falling back to the browser's default 150px canvas size. Temporarily
setting #output to height:100% during the animation (and clearing it
on exit) lets the 100% cascade correctly.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com