mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-06-06 06:21:19 +00:00
bb1a9f4844
Captures the bug reported by @EldoonNemar: on mobile the .byop-header swells to ~73px because position:sticky + negative margin assumes desktop padding (24px) while .modal switches to 16px padding on mobile, and the close-button box inflates the header further. The description paragraph then begins inside the sticky-header band and is occluded. Asserts on mobile (390x844) AND desktop (1280x800): - .byop-header height <= 56px - .text-muted description top >= .byop-header bottom (no occlusion) - textarea / Decode button do not overflow the modal client rect Wired into deploy.yml e2e-test job. Expected red: header is 73px today and description starts inside the sticky header.