GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numΓ©riques du GC est la nouvelle plateforme de recrutement pour les emplois numΓ©riques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 9 forks source link

πŸ› Notification action menu is hidden behind notification pane on UAT #12020

Closed JoshBeveridge closed 4 days ago

JoshBeveridge commented 6 days ago

πŸ› Bug

Clicking the action menu ... icon next to an individual notification within the notification pane doesn't seem to show the dropdown. We suspect that it is opening properly but layered (via z-index) below the notification pane, as the tab focus is trapped.

πŸ¦‹ Expected Behaviour

The action menu (mark as read, delete) should appear.

πŸ•΅οΈ Details

πŸ“‹ Steps to Reproduce

  1. Log in
  2. Open the notification pane
  3. Click the vertical ... button
  4. Watch in horror when nothing happens

πŸ“Έ Screenshot

Screenshot 2024-11-19 144137 Screenshot 2024-11-19 144155

πŸ™‹β€β™€οΈ Proposed Solution

Bump the z-index on the dropdown element so that it appears above the notification pane.

βœ… Acceptance Criteria