The dropdown was anchored to right-0 of the <details> element. On mobile, the trigger button sits near the left side of the viewport so right-0 caused the panel to extend leftward off-screen. Changing to left-0 opens the panel rightward from the button, keeping it fully visible. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>