I have HTML like this
<!-- some other HTML -->
<div class="GlobalHeaderScope stop-scroll" id="HFNotificationsPane" style="height: 1016px; overflow: visible; display: block; opacity: 1;">
<!-- some more HTML -->
</div>
<!-- some more HTML -->
Is there some way to trigger an event (custom or built-in) when the inline css overflow: visible;
changes to overflow: hidden;
I have looked around, but couldn't find a way to do it. Sorry if my question is ambiguous.