mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 01:37:07 +02:00
fix(editor): Render setup step dropdown above chat input (#31299)
This commit is contained in:
parent
408c3c0697
commit
e07c8e6e6d
|
|
@ -913,14 +913,6 @@ function handleWorkflowFailures(report: WorkflowFailuresReport) {
|
|||
display: flex;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
// Drop the stacking context while the workflow preview iframe NDV is
|
||||
// fullscreen so its `z-index` can escape and paint above the sidebar.
|
||||
&:has([data-test-id='workflow-preview-iframe'][data-ndv-open]) {
|
||||
z-index: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.chatArea {
|
||||
|
|
|
|||
|
|
@ -131,14 +131,6 @@ onUnmounted(() => {
|
|||
width: 100%;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
// Drop the stacking context while the workflow preview iframe NDV is
|
||||
// fullscreen so its `z-index` can escape and paint above the sidebar.
|
||||
&:has([data-test-id='workflow-preview-iframe'][data-ndv-open]) {
|
||||
z-index: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ async function handleCopyLink(tab: ArtifactTab) {
|
|||
}
|
||||
|
||||
@keyframes scrollfade {
|
||||
0% {
|
||||
0.1% {
|
||||
--left--fade: 0;
|
||||
}
|
||||
10%,
|
||||
|
|
@ -193,7 +193,7 @@ async function handleCopyLink(tab: ArtifactTab) {
|
|||
90% {
|
||||
--right--fade: 3rem;
|
||||
}
|
||||
100% {
|
||||
99.9% {
|
||||
--right--fade: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user