A simple solution to get rid of scrollbars would be to use
overflow: hidden;
to an element with the zoom
property. Since you don't know which element is overflowing, you might need to try other elements, such as wrappers, to see if one of them works. If that doesn't work: I'm intrigued by the blue border that you are describing. Things don't get mad ... so maybe you could post some code if overflow
doesn't.
source share