mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: element link selector dialog z-index & positioning (#8853)
This commit is contained in:
parent
c0b80a03bd
commit
31e2a0cb4a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue