Hello,
I’ve discovered that all reusable element have their scrollHeight 3px more than the clientHeight.
It doesn’t happen with the rest of the elements apparently.
It’s really annoying because due to how browers calculate the document height, I loose 3px times the number of reusable element in the page which leave a blank space on the bottom.
Is it normal behavior ?
Thanks in advance