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
195 stars 13 forks source link

feat: support annotation on top of top-layer dialog #93

Closed mondaychen closed 3 months ago

mondaychen commented 3 months ago

Some website, such as github, is using dialog https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog The popover attribute on this kind of element is going to be top of everything no matter how big the z-index is. To make annotation work, our overlay wrapper must also be a popover

Also in this PR: some notes for github