[PR #1752] [MERGED] Fix slash menu appearing behind modals #3655

Closed
opened 2026-03-22 14:50:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: claude/fix-slash-menu-zindex-011CUpVW5HR51bUQyRNpFMEn


📝 Commits (1)

  • 76a0879 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1752 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `claude/fix-slash-menu-zindex-011CUpVW5HR51bUQyRNpFMEn` --- ### 📝 Commits (1) - [`76a0879`](https://github.com/go-vikunja/vikunja/commit/76a0879c3a37f7c2c33bf6846eca9fbd1b7e0790) fix: increase slash menu z-index to appear above modals ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/input/editor/suggestion.ts` (+1 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:50:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#3655