Skip to content

Commit c4247ad

Browse files
authored
Merge pull request #23 from LibreSign/fix/zindex
fix: zindex
2 parents 12e677c + 0aecb8c commit c4247ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/DraggableElement.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export default {
467467
border-radius: 6px;
468468
padding: 6px 8px;
469469
box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15), 0 2px 6px -2px rgba(0, 0, 0, 0.1);
470-
z-index: 100;
470+
z-index: 5;
471471
white-space: nowrap;
472472
}
473473
.action-btn {
@@ -513,7 +513,7 @@ export default {
513513
display: block;
514514
appearance: none;
515515
cursor: pointer;
516-
z-index: 200;
516+
z-index: 5;
517517
}
518518
.handle-top-left {
519519
top: -7px;

0 commit comments

Comments
 (0)