This commit is contained in:
Cory LaViska
2022-05-24 09:00:28 -04:00
parent e60c5c4546
commit ae219c83fb

View File

@@ -414,8 +414,7 @@ export default class SlDropdown extends LitElement {
maxWidth: `${availableWidth}px`,
maxHeight: `${availableHeight}px`
});
},
padding: 8
}
})
],
strategy: this.hoist ? 'fixed' : 'absolute'