Files
meshcore-analyzer/.github
corescope-bot bb1a9f4844 test(#1487): failing E2E for BYOP modal layout — header too tall, body occluded
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.
2026-05-29 14:18:34 +00:00
..