From b3ed289904f571faeb0ba8e8dfba13248a151db9 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 12 Jun 2018 16:27:46 +0800 Subject: [PATCH] chore: fix arrow position in Firefox --- components/popover/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/popover/style/index.less b/components/popover/style/index.less index be38d7d8f7..9f86356c47 100644 --- a/components/popover/style/index.less +++ b/components/popover/style/index.less @@ -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 {