Skip to content

Commit

Permalink
fix: element link selector dialog z-index & positioning (excalidraw#8853
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dwelle authored Nov 26, 2024
1 parent c0b80a0 commit 31e2a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/excalidraw/components/ElementLinkDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
.ElementLinkDialog {
position: absolute;
top: var(--editor-container-padding);
left: calc(var(--editor-container-padding) * 4);
left: var(--editor-container-padding);

z-index: 3;
z-index: var(--zIndex-modal);

border-radius: 10px;
padding: 1.5rem;
Expand Down

0 comments on commit 31e2a0c

Please sign in to comment.