Skip to content

Conversation

@kolaente
Copy link
Member

@kolaente kolaente commented Dec 7, 2025

Summary

  • Fixed link input prompt appearing behind task detail modals in Kanban/Gantt views
  • Changed z-index from 1000 to 4700 to place it above modals (4000-4600) but below notifications (9999)

This is the same fix that was applied to the slash menu in #1752.

Test plan

  • Open a task in Kanban view (modal)
  • Edit the description or a comment
  • Select text and click the link button in the bubble menu
  • Verify the URL input popup appears and is accessible
  • Repeat for Gantt view

Fixes #1929

🤖 Generated with Claude Code

The link input prompt in the editor was appearing behind task detail
modals (z-index 4000) because it had a z-index of only 1000. This made
the input inaccessible when editing task descriptions in Kanban or
Gantt views.

Updated the z-index to 4700 to place it above modals while keeping
it below system notifications (z-index 9999).

Fixes #1929

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@kolaente kolaente marked this pull request as ready for review December 7, 2025 21:59
@kolaente kolaente enabled auto-merge (squash) December 7, 2025 22:00
@kolaente kolaente merged commit 819e1d6 into main Dec 7, 2025
32 of 33 checks passed
@kolaente kolaente deleted the fix-link-input-zindex branch December 7, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link button does not work on modal task detail view

2 participants