mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-25 07:50:33 -05:00
[PR #1752] [MERGED] Fix slash menu appearing behind modals #3655
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1752
Author: @kolaente
Created: 11/5/2025
Status: ✅ Merged
Merged: 11/5/2025
Merged by: @kolaente
Base:
main← Head:claude/fix-slash-menu-zindex-011CUpVW5HR51bUQyRNpFMEn📝 Commits (1)
76a0879fix: increase slash menu z-index to appear above modals📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
frontend/src/components/input/editor/suggestion.ts(+1 -1)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.