Skip to content

Commit

Permalink
fix(popover): flipped arrow on iOS (#8462)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFrick authored and brandyscarney committed Oct 12, 2016
1 parent de7cee0 commit c996d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/popover/popover.ios.scss
Expand Up @@ -66,11 +66,11 @@ $popover-ios-arrow-background: $popover-ios-background !default;
transform: rotate(45deg);
}

.popover-ios .popover-bottom .popover-arrow {
.popover-ios.popover-bottom .popover-arrow {
top: auto;
bottom: -10px;
}

.popover-ios .popover-bottom .popover-arrow::after {
.popover-ios.popover-bottom .popover-arrow::after {
top: -6px;
}

0 comments on commit c996d85

Please sign in to comment.