fix(popover): flipped arrow on iOS (#8462)

This commit is contained in:
Colin Frick
2016-10-12 19:48:07 +02:00
committed by Brandy Carney
parent de7cee0aac
commit c996d85d06

View File

@ -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;
}