diff --git a/index.html b/index.html index 21a06c3..666f8c5 100644 --- a/index.html +++ b/index.html @@ -344,6 +344,7 @@ position: relative; transition: color var(--transition-speed); white-space: nowrap; + z-index: 1; } .suggestion:focus, @@ -585,7 +586,7 @@ #onKeydown = (e) => { if (!this.#refs.dialog.open) { - this.#refs.dialog.showModal(); + this.#refs.dialog.show(); this.#refs.input.focus(); requestAnimationFrame(() => {