Skip to content

Commit

Permalink
fix(COS-6907): Enable mouse wheel scrolling in product selection drop…
Browse files Browse the repository at this point in the history
…down (#18)
  • Loading branch information
Kasia9090 authored Feb 19, 2025
1 parent b0d91b9 commit e3e0f1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const AddNewProductMenu = observer(
align='end'
side='bottom'
onClick={(e) => e.stopPropagation()}
onWheel={(e) => e.stopPropagation()}
onMouseDown={(e) => e.stopPropagation()}
className='py-1 min-w-[254px] max-w-[420px] z-[99999999]'
>
Expand Down

0 comments on commit e3e0f1b

Please sign in to comment.