mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionReorder): stop icon from hiding on reorder
This commit is contained in:
@@ -780,7 +780,7 @@ button.item.item-button-right {
|
||||
box-shadow: 0px 0px 10px 0px #aaa;
|
||||
|
||||
.item-reorder {
|
||||
z-index: 1;
|
||||
z-index: $z-index-item-reordering;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user