mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21: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}">
|
<DataTable sortable headers="{headers}" rows="{rows}">
|
||||||
<span slot="cell" let:cell>
|
<span slot="cell" let:cell>
|
||||||
{#if cell.key === 'overflow'}
|
{#if cell.key === 'overflow'}
|
||||||
<OverflowMenu open flipped>
|
<OverflowMenu flipped>
|
||||||
<OverflowMenuItem text="Restart" />
|
<OverflowMenuItem text="Restart" />
|
||||||
<OverflowMenuItem
|
<OverflowMenuItem
|
||||||
href="https://cloud.ibm.com/docs/loadbalancer-service"
|
href="https://cloud.ibm.com/docs/loadbalancer-service"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue