Skip to content

Commit 36dca6f

Browse files
committed
Atoms - Slicer - Minor css adjustment
1 parent bcd8ea3 commit 36dca6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/atoms/Slicer.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,10 @@ defineExpose({
716716
.minimap {
717717
pointer-events: none;
718718
position: absolute;
719-
top: -33px;
719+
top: calc(-50% - 12px);
720720
svg{
721721
position: absolute;
722+
overflow: visible;
722723
top: 0;
723724
left: 0;
724725
}

0 commit comments

Comments
 (0)