My <div>
has a styling of style="overflow:hidden"
and the size of the <body>
is fixed, intended as a multi-screen display without a user interface.
Is there a method to access these "invisible" elements to identify the first one that exceeds the page boundaries?
I suspect it's quite straightforward, but my limited experience with HTML and JavaScript makes searching for solutions challenging.