It seems that the stretched-link in Bootstrap doesn't work for <tr>
.
It is OK for Firefox but not for Chrome, which seems to ignore position:relative
for certain tag, like tr
.
For example : https://codesandbox.io/s/xenodochial-bas-t1zoi
The link for the 2nd row is not "stopped" and all the body is considered to be the target, so a click on any part of the page will click the 2nd link.
I'm surprised that Bootstrap doc doesn't mention this big limitation.
Have you any solution for that?