Changes the scroll position of container with the minimum amount so
that the content and the borders of the given element become visible.
If the element is bigger than the container, its top left corner will be
aligned as close to the container's top left corner as possible.
Copied from Closure's goog.style.scrollIntoContainerView
Changes the scroll position of
containerwith the minimum amount so that the content and the borders of the givenelementbecome visible. If the element is bigger than the container, its top left corner will be aligned as close to the container's top left corner as possible. Copied from Closure's goog.style.scrollIntoContainerView