chore: fix arrow position in Firefox

pull/10897/head
afc163 7 years ago
parent f36c6195b8
commit b3ed289904

@ -111,7 +111,7 @@
&-placement-top > &-content > &-arrow,
&-placement-topLeft > &-content > &-arrow,
&-placement-topRight > &-content > &-arrow {
bottom: @popover-distance - @popover-arrow-width + 1px;
bottom: @popover-distance - @popover-arrow-width + 1.5px;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
&-placement-top > &-content > &-arrow {

Loading…
Cancel
Save