Skip to content

Commit

Permalink
Context menus were all getting cut off. they were suposed to be able …
Browse files Browse the repository at this point in the history
…to scroll
  • Loading branch information
TomNCatz committed Apr 10, 2024
1 parent ab148d3 commit 83eb9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Modals/MenuPopup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class MenuPopup
this.#self = createDiv({cls: "suggestion-container"})
this.#optionsArea = this.#self.createDiv("#suggestions-scroll");
this.#optionsArea.style.width = "200px";
this.#optionsArea.style.overflowY = "auto";
this.#self.tabIndex = 0;


Expand Down

0 comments on commit 83eb9eb

Please sign in to comment.