mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(popover): flipped arrow on iOS (#8462)
This commit is contained in:

committed by
Brandy Carney

parent
de7cee0aac
commit
c996d85d06
@ -66,11 +66,11 @@ $popover-ios-arrow-background: $popover-ios-background !default;
|
|||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-ios .popover-bottom .popover-arrow {
|
.popover-ios.popover-bottom .popover-arrow {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-ios .popover-bottom .popover-arrow::after {
|
.popover-ios.popover-bottom .popover-arrow::after {
|
||||||
top: -6px;
|
top: -6px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user