streteched-link bootstrap utilities doesn't work in Chrome

谁说我不能喝 提交于 2020-05-29 06:01:45

问题


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?

来源:https://stackoverflow.com/questions/61342248/streteched-link-bootstrap-utilities-doesnt-work-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!