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
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
clientWidth and clientHeight are not guaranteed to report the correct
value for boxes with inline styling (as documented for the step 1 in
https://www.w3.org/TR/cssom-view-1/#dom-element-clientwidth).
Use getBoundingClientRect() instead, which does not have this
restriction.
0 commit comments