Skip to content

Commit 8a53933

Browse files
committed
Fix: Select Menu
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent 7bb29c7 commit 8a53933

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ export const PricingAddons = ({ isYearly = false, setIsYearly }) => {
242242
value={selectedAddon?.id || ""}
243243
onChange={(e) => handleAddonChange(e.target.value)}
244244
label="Optionally, choose one or more add-ons"
245+
MenuProps={{
246+
disableScrollLock: true,
247+
disablePortal: true,
248+
}}
245249
>
246250
{addOns.map((addon) => (
247251
<MenuItem key={addon.id} value={addon.id}>

0 commit comments

Comments
 (0)