diff --git a/src/modules/popup.ts b/src/modules/popup.ts index 613449f4..99c00b7f 100644 --- a/src/modules/popup.ts +++ b/src/modules/popup.ts @@ -209,7 +209,7 @@ export function buildReaderPopup( const textarea = popup.querySelector( `#${makeId("text")}`, ) as HTMLTextAreaElement; - const outerWidth = 10; + const outerWidth = 18; if (popup.scrollWidth > textarea.offsetWidth + outerWidth) { textarea.style.width = `${popup.scrollWidth - outerWidth}px`; }