Skip to content

Commit

Permalink
Update packages/components/src/dropdown-menu-v2/styles.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Atanasov <[email protected]>
  • Loading branch information
ciampo and tyxla authored Sep 2, 2024
1 parent 76d217e commit fad29d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/dropdown-menu-v2/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export const MenuPopoverInnerWrapper = styled.div`
/*
* For menus opening on top and bottom side, animate the scale Y too.
* The content scales at a different rate than the outer container:
* - first, counter the outer scale factor by doing "1 / scaleAmountOuter"
* - then, apply the content scale factor.
* - first, counter the outer scale factor by doing "1 / scaleAmountOuter"
* - then, apply the content scale factor.
*/
&[data-side='bottom'],
&[data-side='top'] {
Expand Down

0 comments on commit fad29d8

Please sign in to comment.