expand row link not working inside table element
-
hey @arminunruh,
It seems that the Expand/Collapse Row Link doesn't work when it's inside a Table element :/ Is this a bug or is it supposed to behave like that?
Thank you!
-
mmh i just tested it and it works for me.
do u have a link?
-
hey @arminunruh, sorry for the late reply.
It seems that the Expand/Collapse Row Link inside a Table is already working.
However, I am still having some issues with other regular links inside tables.For example, on the URL below, the “Watch Video” link is not working. The link is just simple text inside a table cell, with an external link to YouTube.
https://inesbaptista.com/commercial-copy/Can you help me figure out what the issue is?
Thank you -
its because of your custom css :D
.lay-table-wrapper, .type-table, .stack-wrap { max-width: 660px; pointer-events: none !important; }if you want to use this custom css of yours, you can add this css:
.lay-table-wrapper a, .type-table a, .stack-wrap a { pointer-events: auto!important; }it will make the link clickable