mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-30 06:07:06 -05:00
The slash menu in the editor was appearing behind task detail modals (z-index 4000) because it had a z-index of only 1000. This made the menu inaccessible when editing task descriptions in Kanban view. Updated the z-index to 4700 to place it above modals while keeping it below system notifications (z-index 9999). Fixes #1746