mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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);
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user