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:
parent
6e921cc065
commit
088d6d306a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user