You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several (site-specific) problems with the canvas overlays:
Canvas overlay messes up on e.g. the new http://google.com or on http://fffff.at -> ?? just a css fixed position !important fix?
Sometimes the drawing is extremely off, like 1000px to the left -> css position fixed !important ?
Different Screen resolutions: We need to come up with a "hybrid" solution. Tags can't be stretched, but they should be centered on the webpage (very tricky but interesting problem).
The text was updated successfully, but these errors were encountered:
Hmm, horizontal centering seems the best solution to me. For vertical positioning we probably need to store the viewport coordinates, since you can tag a page if you are scrolled down, right? GML has fields for this (LaserTag uses them for scaling)
!important should also work for overriding existing CSS selectors
There are several (site-specific) problems with the canvas overlays:
The text was updated successfully, but these errors were encountered: