We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1fb59 commit c732c9cCopy full SHA for c732c9c
src/base/dropdown-element.ts
@@ -89,6 +89,7 @@ export class DropdownElement extends SgdsElement {
89
//working
90
this.dropdownConfig = {
91
placement: "bottom-start",
92
+ strategy: "fixed",
93
modifiers: !this.noFlip
94
? this.modifierOpt
95
: [
0 commit comments