Skip to content

Commit

Permalink
higher z-index for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori committed Sep 3, 2023
1 parent 1c1d6eb commit b42e573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension-version/extension-popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class LinkSuggest implements IOwner<Fuzzysort.KeysResult<fileOption>> {
} else {
this.suggestEl.addClass("extension-container-at-symbol-linking");
}
this.suggestEl.style.zIndex = "1000";
const suggestion = this.suggestEl.createDiv("suggestion");
this.suggest = new Suggest(this, suggestion, this.scope);

Expand Down

0 comments on commit b42e573

Please sign in to comment.