Audrey Chen
Results
1
comments of
Audrey Chen
Adding `pointerEvents: "auto"` to the `PaperProps` solved my issue ```tsx MenuProps={{ PaperProps: { style: { pointerEvents: "auto" }}, }} ```