Skip to content

Commit 508848f

Browse files
committed
style(ionReorderButton): make sure it's not cutoff
1 parent 951a9d3 commit 508848f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

scss/_items.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ button.item.item-button-right {
678678
width: $item-right-edit-open-width * 1.5;
679679
height: 100%;
680680
background: inherit;
681+
padding-left: 20px;
681682

682683
.button {
683684
min-width: $item-right-edit-open-width;
@@ -698,6 +699,7 @@ button.item.item-button-right {
698699
@include translate3d($item-right-edit-open-width / 2, 0, 0);
699700
&.visible {
700701
display: block;
702+
z-index: $z-index-item-reorder;
701703
&.active {
702704
opacity: 1;
703705
@include translate3d(0, 0, 0);

scss/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ $z-index-bar: 10 !default;
660660
$z-index-bar-title: 0 !default;
661661
$z-index-bar-button: 1 !default;
662662
$z-index-item: 2 !default;
663+
$z-index-item-reorder: 3 !default;
663664
$z-index-item-checkbox: 3 !default;
664665
$z-index-item-drag: 0 !default;
665666
$z-index-item-edit: 0 !default;

0 commit comments

Comments
 (0)