diff --git a/stagehand/domScripts.js b/stagehand/domScripts.js index bb8a7868..85475ff0 100644 --- a/stagehand/domScripts.js +++ b/stagehand/domScripts.js @@ -1101,7 +1101,7 @@ `; - cursor.style.position = 'absolute'; + cursor.style.position = 'fixed'; cursor.style.top = '0'; cursor.style.left = '0'; cursor.style.width = '28px';