mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fixes #743
This commit is contained in:
@@ -414,8 +414,7 @@ export default class SlDropdown extends LitElement {
|
||||
maxWidth: `${availableWidth}px`,
|
||||
maxHeight: `${availableHeight}px`
|
||||
});
|
||||
},
|
||||
padding: 8
|
||||
}
|
||||
})
|
||||
],
|
||||
strategy: this.hoist ? 'fixed' : 'absolute'
|
||||
|
||||
Reference in New Issue
Block a user