Skip to content

Commit c732c9c

Browse files
committed
chore(dropdown element): update dropdown config strategy to fixed position
1 parent 8f1fb59 commit c732c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/dropdown-element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export class DropdownElement extends SgdsElement {
8989
//working
9090
this.dropdownConfig = {
9191
placement: "bottom-start",
92+
strategy: "fixed",
9293
modifiers: !this.noFlip
9394
? this.modifierOpt
9495
: [

0 commit comments

Comments
 (0)