Skip to content

Commit

Permalink
Remove will-change as it seems to cause glitchiness
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 30, 2024
1 parent f084419 commit bd6d70b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/dropdown-menu-v2/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export const MenuPopoverInnerWrapper = styled.div`
&[data-open] {
animation-duration: inherit;
animation-timing-function: inherit;
will-change: transform, opacity;
transform-origin: inherit;
}
&[data-open][data-side='bottom'],
Expand Down

0 comments on commit bd6d70b

Please sign in to comment.