normal-computing / fuji-web

Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
Apache License 2.0
193 stars 13 forks source link

fix: correct annotation overlay size #128

Closed mondaychen closed 2 months ago

mondaychen commented 2 months ago

Description

When introducing "top-layer overlay" in #93, I overlooked a problem that the wrapper's size is set to 100vh. Instead, it should match the size of the entire document. Annotation is limited to only the first screen of the page because of this.