0

I'm injecting an iframe into a webpage, to act as a toolbar for another element, but unfortunately the elements act weirdly when zooming. The toolbar seems to gravitate towards the topleft corner, and the element towards the top-center. This means when zooming in they go into each other, and when zooming out they go way too far apart. is there any way to set this gravity?

1 Answers1

0

I'd like to see a jsfiddle so I know exactly what you want, but just use fixed positioning.

Brian Tucker
  • 310
  • 2
  • 10