Apologies if I am posting this question in the wrong place.
I have a webpage (built with asp.net/vb) where each section is contained in divs within a Bootstrap grid.
Through the code behind, I am attaching onclick events to each set of divs to perform specific actions. Strangely, all divs except one are working properly, but for this particular div to function correctly, I have to set its height to something like 100 pixels.
I am using Safari as my browser.
I have attempted various approaches - using jQuery for click/tap events, but nothing seems to work except for making the div extremely large.
I am puzzled as to why only this specific div is causing issues.
Unfortunately, this text box does not allow me to paste HTML for demonstration.
If anyone has any suggestions, I would greatly appreciate it!
C