Skip to content

Commit 2250a08

Browse files
authored
fix(DropdownItem): set transform-origin (#3953)
1 parent 4581c9f commit 2250a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/popup/popup.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
&.@{prefix}-fade-leave-to {
7474
&.@{popup}--top {
7575
transform: translateY(-100%);
76+
transform-origin: 0% 0%;
7677
}
7778

7879
&.@{popup}--bottom {

0 commit comments

Comments
 (0)