Skip to content

Commit 35467e9

Browse files
authored
fix(ui): z-index edit pipeline ascode section (#5082)
1 parent d8e7c1b commit 35467e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/views/pipeline/show/ascode-editor/pipeline.ascode.editor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.codebar {
2-
z-index: unset;
2+
z-index: 10; // to be over code mirror fields of action component
33
&.visible {
44
width: 50%;
55
}

0 commit comments

Comments
 (0)