From 2d70a3bc17fe94d0bf92d8362b8fda8a2e4a82e1 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 26 Jun 2025 16:41:01 -0400 Subject: fixed rendering pdfs, text selections on pdfs, --- src/client/views/ScriptBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/ScriptBox.tsx') diff --git a/src/client/views/ScriptBox.tsx b/src/client/views/ScriptBox.tsx index 52c0227d8..c2fbef5a5 100644 --- a/src/client/views/ScriptBox.tsx +++ b/src/client/views/ScriptBox.tsx @@ -131,8 +131,8 @@ export class ScriptBox extends React.Component { } const div = document.createElement('div'); - div.style.width = '90'; - div.style.height = '20'; + div.style.width = '90px'; + div.style.height = '20px'; div.style.background = 'gray'; div.style.position = 'absolute'; div.style.display = 'inline-block'; -- cgit v1.2.3-70-g09d2