Skip to content

Commit

Permalink
Fix: z-index of lambda input label
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 14, 2023
1 parent 6ef9cbf commit 646d2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/schema/Schema.vue
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ export default {
.codemirror-label {
font-size: 12px;
z-index: 100;
z-index: 7;
position: absolute;
transform: translateY(-12px) translateX(12px);
overflow: hidden;
Expand Down

0 comments on commit 646d2cd

Please sign in to comment.