docs: overflow menu should not be open

This commit is contained in:
Eric Liu 2020-10-26 12:16:05 -07:00
commit c76fa8c432

View file

@ -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"