Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
feat(dt-recipe-ivr-node): change z-index and docs (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
shefaligupta authored Oct 16, 2023
1 parent db3ba06 commit 1d5c703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/cards/ivr_node/ivr_node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ A node in IVR used to step to another workflow or step in a workflow.
A node in IVR used to step to another workflow or step in a workflow.

<Canvas>
<Story of={NodeStories.Branch} />
<Story of={IvrNodeStories.Branch} />
</Canvas>

```html
Expand Down
2 changes: 1 addition & 1 deletion recipes/cards/ivr_node/ivr_node.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default {
transform: rotate(90deg);
}
.ivr-connector{
z-index: var(--zi-base1);
z-index: var(--zi-base);
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 1d5c703

Please sign in to comment.