Skip to content

Commit

Permalink
fix: code editor expand/collapse btn [WTEL-4067]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Dec 12, 2023
1 parent 723bd9c commit 97739b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/utils/code-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ $line-current: rgba(255, 193, 7, 0.2);
.code-editor__fullscreen-btn {
position: absolute;
z-index: 10;
top: 0;
right: 15px; // default scroll width
}
Expand Down

0 comments on commit 97739b9

Please sign in to comment.