mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs: overflow menu should not be open
This commit is contained in:
parent
3c02829e73
commit
c76fa8c432
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<DataTable sortable headers="{headers}" rows="{rows}">
|
||||
<span slot="cell" let:cell>
|
||||
{#if cell.key === 'overflow'}
|
||||
<OverflowMenu open flipped>
|
||||
<OverflowMenu flipped>
|
||||
<OverflowMenuItem text="Restart" />
|
||||
<OverflowMenuItem
|
||||
href="https://cloud.ibm.com/docs/loadbalancer-service"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue