mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
chore: fix arrow position in Firefox
This commit is contained in:
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…
Reference in New Issue
Block a user