fix(segment): add z-index to ios back button (#10363)

This commit is contained in:
BrandonShar
2017-05-19 16:40:31 -04:00
committed by Brandy Carney
parent 7b369a1a6e
commit bb22e4a5f3

View File

@@ -316,6 +316,7 @@ $toolbar-button-ios-strong-font-weight: 600 !default;
@include margin(0);
overflow: visible;
z-index: 99;
order: map-get($toolbar-order-ios, back-button);