oxedom / parker

Parking detection and monitoring webapp that runs entirely in the browser
https://parker-oxedoms-projects.vercel.app/
MIT License
140 stars 13 forks source link

Fix positioning of canvas over video #12

Open oxedom opened 1 year ago

oxedom commented 1 year ago

Currently, I have positioned all three canvases above each other using a hacky CSS approach. , This needs to be resolved with appropriate positioning attributes to use instead of "fixed" because if a user scrolls has overflow-y on the vision page, the rendered overlaps will travel with as they scroll.