Skip to content

Bug: Bulk actions menu appears at bottom of page instead of near button #1

@jms830

Description

@jms830

Description

When clicking the "Bulk Actions" button in the Projects tab, the dropdown menu appears at the bottom of the page instead of appearing near the button that was clicked.

Steps to Reproduce

  1. Open the Eidolon dashboard
  2. Go to the Projects tab
  3. Click the "Bulk Actions ▾" button
  4. Observe that the menu appears at the bottom of the page

Expected Behavior

The bulk actions dropdown menu should appear directly below the "Bulk Actions" button, positioned relative to the button's location.

Actual Behavior

The menu appears at the bottom of the page, disconnected from the button.

Technical Details

  • File: entrypoints/dashboard/index.html (lines 75-80)
  • CSS: entrypoints/dashboard/style.css (.bulk-menu class, lines 525-558)
  • The menu is using position: absolute but lacks proper positioning context

Suggested Fix

Add position calculation to place the menu relative to the clicked button using JavaScript, or adjust the CSS positioning to use the button as an anchor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions