Skip to content

Commit b1594d0

Browse files
authored
fix(messages): place error messages in editor in front of bottom toggles (#183)
1 parent 9e99990 commit b1594d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pre {
7070
bottom: 0;
7171
left: 8px;
7272
right: 8px;
73-
z-index: 10;
73+
z-index: 20;
7474
border: 2px solid transparent;
7575
border-radius: 6px;
7676
font-family: var(--font-code);

0 commit comments

Comments
 (0)