Skip to content

Commit

Permalink
Fix z-index for autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Jul 23, 2019
1 parent fdf4b3c commit 14d14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/panels/styles/terminal-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var css = csjs`
}
.bar {
display : flex;
z-index : 3;
z-index : 2;
}
.menu {
position : relative;
Expand Down

0 comments on commit 14d14a0

Please sign in to comment.