From ae219c83fb0c73282c500e0bc19cade33b562a59 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 24 May 2022 09:00:28 -0400 Subject: [PATCH] fixes #743 --- src/components/dropdown/dropdown.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/dropdown/dropdown.ts b/src/components/dropdown/dropdown.ts index 5a982cc32..e19c012c4 100644 --- a/src/components/dropdown/dropdown.ts +++ b/src/components/dropdown/dropdown.ts @@ -414,8 +414,7 @@ export default class SlDropdown extends LitElement { maxWidth: `${availableWidth}px`, maxHeight: `${availableHeight}px` }); - }, - padding: 8 + } }) ], strategy: this.hoist ? 'fixed' : 'absolute'