I am working in a website I did not develop.
On page load and also possibly on window height change, a certain element receives inline style rules (max-height and height) by, presumably, some JS code, but I can't find which code exactly (several js files, including third parties').
How can I directly find the responsible code ? event listeners in devtools?
Thank you