Skip to content

Pointer link in table cell been cover by other cell #3774

Description

@leofcshen

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.
擷取
螢幕擷取畫面 2022-10-10 143911 PNG

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions