Skip to content

Commit

Permalink
chore: use awesomplete z-index number / 1
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Jul 24, 2022
1 parent b0bb4ae commit 1b19e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions check_run/public/js/check_run/ADropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
.autocomplete-results {
position: absolute;
width: 100%;
z-index: 100;
z-index: 1;
padding: 0;
margin: 0;
color: var(--text-color);
Expand All @@ -175,7 +175,6 @@
text-align: left;
padding: 4px 6px;
cursor: pointer;
}
.autocomplete-result.is-active,
Expand Down

0 comments on commit 1b19e30

Please sign in to comment.