Skip to content

Commit c5b35ee

Browse files
committed
fix(ionReorder): stop icon from hiding on reorder
1 parent 9a88c41 commit c5b35ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_items.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ button.item.item-button-right {
780780
box-shadow: 0px 0px 10px 0px #aaa;
781781

782782
.item-reorder {
783-
z-index: 1;
783+
z-index: $z-index-item-reordering;
784784
}
785785
}
786786

0 commit comments

Comments
 (0)