Use offsetHeight
instead of getBoundingClientRect
to calculate list height
#120
Labels
offsetHeight
instead of getBoundingClientRect
to calculate list height
#120
offsetHeight
ignores transforms, so it may calculate the wrong height when a scale or transform is applied to the List or any parent elements.The text was updated successfully, but these errors were encountered: