Selection popup is overlapped by the modal

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

The branch selection dropdown is hidden behind the modal when configuring an automation test run, making it impossible to choose a branch.

Steps to Reproduce

  1. Open Cursor Web
  2. Navigate to Automations → Find Critical Bugs → Setup
  3. Click the Play icon to start a test run
  4. Attempt to select a branch from the dropdown

Actual behavior
The branch selection popover renders behind the modal overlay, so the list of branches cannot be seen or clicked.

Expected Behavior

The branch selection popover should render above the modal (higher z-index/stacking order) so branches can be selected normally.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

I’m on cursor web

Does this stop you from using Cursor

No

Hey, thanks for the report and the clear repro steps. The screenshot shows it well. This looks like a z-index bug in the Automations test-run modal on Cursor Web where the branch dropdown is getting covered by the modal elements.

I’ve reported this internally. I can’t share a fix timeline yet, but as a workaround you can use the default branch main without opening the dropdown. If you need a different branch, try changing it in the main automation config before starting the test.

We’ll post an update here if I hear more.