Skip to content

Commit

Permalink
fix(DropdownMenu): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Sep 25, 2024
1 parent b0c1a18 commit 08e4c36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dropdown-menu/dropdown-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default defineComponent({

menuProps.direction === 'up'
? (state.expandStyle = {
transform: menuProps.direction === 'up' ? 'rotateX(180deg) rotateY(180deg)' : '',
zIndex: menuProps.zIndex,
bottom: `${winHeight - top}px`,
})
Expand Down Expand Up @@ -297,7 +296,6 @@ export default defineComponent({
showOverlay={showOverlay.value}
style={popupStyle.value}
overlayProps={{ style: 'position: absolute' }}
class={`${dropdownItemClass.value}__popup-host`}
attach={`#${popupId}`}
onVisibleChange={onVisibleChange}
>
Expand Down

0 comments on commit 08e4c36

Please sign in to comment.