Describe the Bug
I try to set a p tag with id in a table cell like below for reuse this cell content.
I can reuse this table cell successful In other content with {{@page_id#content_id}} .
But when I select the cell, the pop-up pointer link is covered by up cell.
Steps to Reproduce
<tr style="height: 30.1094px;">
<td style="height: 30.1094px;">test</td>
<td style="height: 30.1094px;">
<p id="bkmrk-1"><code>F11</code></p>
</td>
<td style="height: 30.1094px;">comment</td>
</tr>
1.Select cell without setting p tag and id, pop-up pointer link normally (the default reference all table)

2.Select cell with setting p tag and id, pop-up pointer link was covered by up cell.


Expected Behaviour
pop-up pointer link normally in table cell
Screenshots or Additional Context
No response
Browser Details
Chrome 105.0.5195.127(64-bit) on Windows 10
Exact BookStack Version
v22.07.3
PHP Version
No response
Hosting Environment
docker container
Describe the Bug
I try to set a p tag with id in a table cell like below for reuse this cell content.
I can reuse this table cell successful In other content with {{@page_id#content_id}} .
But when I select the cell, the pop-up pointer link is covered by up cell.
Steps to Reproduce
1.Select cell without setting p tag and id, pop-up pointer link normally (the default reference all table)

2.Select cell with setting p tag and id, pop-up pointer link was covered by up cell.


Expected Behaviour
pop-up pointer link normally in table cell
Screenshots or Additional Context
No response
Browser Details
Chrome 105.0.5195.127(64-bit) on Windows 10
Exact BookStack Version
v22.07.3
PHP Version
No response
Hosting Environment
docker container