fix(ui): ensure comment popover appears above other comment icons

This commit is contained in:
David Hill
2026-01-24 23:08:54 +00:00
parent 8714b1a3ac
commit 93e948ae12
2 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ export const LineCommentAnchor = (props: LineCommentAnchorProps) => {
data-component="line-comment"
data-variant={variant()}
data-comment-id={props.id}
data-open={props.open ? "" : undefined}
classList={{
[props.class ?? ""]: !!props.class,
}}