mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix manual flow dialog showing above select item drawer (#21361)
This commit is contained in:
5
.changeset/breezy-moose-think.md
Normal file
5
.changeset/breezy-moose-think.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed manual flow dialog showing above select item drawer
|
||||
@@ -105,6 +105,10 @@ function nudge() {
|
||||
z-index: 600;
|
||||
}
|
||||
|
||||
.container.center:has(.manual-flow-card) {
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
.container.center.nudge > :slotted(*:not(:first-child)) {
|
||||
animation: nudge 200ms;
|
||||
}
|
||||
|
||||
@@ -181,7 +181,7 @@ const runManualFlow = async (flowId: string) => {
|
||||
</div>
|
||||
|
||||
<v-dialog :model-value="!!confirmRunFlow" @esc="resetConfirm">
|
||||
<v-card>
|
||||
<v-card class="manual-flow-card">
|
||||
<template v-if="confirmDetails">
|
||||
<v-card-title>{{ confirmDetails.description ?? t('run_flow_confirm') }}</v-card-title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user