Adds hoist to browser profile list actions dropdown

- Should fix bug where you can see the icon buttons through the dropdown
This commit is contained in:
Henry Wilkinson 2023-05-01 03:27:59 -04:00
parent 6e921cc065
commit 088d6d306a

View File

@ -139,7 +139,7 @@ export class BrowserProfilesList extends LiteElement {
private renderMenu(data: Profile) {
return html`
<sl-dropdown @click=${(e: Event) => e.preventDefault()}>
<sl-dropdown hoist="true" @click=${(e: Event) => e.preventDefault()}>
<sl-icon-button
slot="trigger"
name="three-dots"