Is there a quick way to identify which element has shifted beyond the border? It seems like there is excess margin. How can I pinpoint the issue? The link to the broken page on mobile is
I applied this style * {border: 2px solid red;} and no elements shifted under the html block. However, setting *{ margin: 0 !important; } fixed the issue. It's possible that JavaScript is causing the shift, but I'm not sure.
I need suggestions for quickly identifying elements with excessive margins.