mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
Footer was just the last thing in document flow, so on a short paper it landed mid-page instead of at the bottom. position:fixed in @media print (the standard trick for a repeating page footer) plus a matching @page bottom margin so it never overlaps the last question's text. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>