Fix document comment panel layering

This commit is contained in:
Dotta
2026-06-03 17:03:28 +00:00
parent ed941ec089
commit 5d91c1bb29
3 changed files with 16 additions and 13 deletions
@@ -310,7 +310,7 @@ export function IssueDocumentAnnotations({
{panelOpen && !isMobile && desktopPanelFrame ? (
<div
data-testid="document-annotation-panel-anchor"
className="pointer-events-auto fixed hidden lg:block"
className="pointer-events-auto fixed z-[60] hidden lg:block"
style={{
left: desktopPanelFrame.left,
maxHeight: desktopPanelFrame.maxHeight,