Skip to content

Commit 08d8b7e

Browse files
committed
fix: error highlighting
1 parent f86a6ea commit 08d8b7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/components/TerminalTeletype.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ function scrollToStickyCommand() {
290290
}
291291
}
292292
:deep(.terminal-highlight-block) {
293-
z-index: 0 !important;
294293
margin-left: calc(#{0px - math.div(4px, 2)} - var(--integration-width) / 2);
295294
padding-left: calc(#{0px - math.div(4px, 2)} + var(--integration-width) / 2);
296295
border-left: 4px solid rgb(var(--color));

0 commit comments

Comments
 (0)