chore: fix arrow position in Firefox

This commit is contained in:
afc163 2018-06-12 16:27:46 +08:00
parent f36c6195b8
commit b3ed289904

View File

@ -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 {