- change panel position from top-right to bottom-right for better visibility
@@ -406,7 +406,7 @@ export const Rooter = () => {
panel.id = 'mouse-recorder-panel';
panel.style.cssText = \`
position: fixed;
- top: 10px;
+ bottom: 10px;
right: 10px;
background: rgba(255, 255, 255, 0.95);
border: 1px solid #ccc;