Skip to content

fix(rows): let file picker and smart picker open above row modals #2515 - #2912

Open
foolfitz wants to merge 1 commit into
nextcloud:mainfrom
foolfitz:fix/2515-picker-z-index
Open

fix(rows): let file picker and smart picker open above row modals #2515#2912
foolfitz wants to merge 1 commit into
nextcloud:mainfrom
foolfitz:fix/2515-picker-z-index

Conversation

@foolfitz

Copy link
Copy Markdown

The row modals overrode .modal-mask to z-index 9999, one level above the NcModal default of 9998. Since NcModal teleports to body, pickers opened from a rich text cell shared that stacking context and always painted underneath. CreateRow.vue carried the same override as EditRow.vue.

Fixes #2515

Assisted-by: ClaudeCode:claude-opus-5

馃 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

The row modals overrode .modal-mask to z-index 9999, one level above the
NcModal default of 9998. Since NcModal teleports to body, pickers opened
from a rich text cell shared that stacking context and always painted
underneath. CreateRow.vue carried the same override as EditRow.vue.

Fixes nextcloud#2515

Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: foolfitz <foolfitz@gmail.com>
@foolfitz
foolfitz requested review from blizzz and enjeck as code owners August 23, 2026 08:16
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.

File selector / smart picker opening behind row edit modal

1 participant