Fixed API modal overflow
This commit is contained in:
parent
2bbce3798c
commit
b38e8d375f
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ const ApiModal = forwardRef(
|
|||
aria-hidden="true"
|
||||
/>
|
||||
</BaseModal.Header>
|
||||
<BaseModal.Content>
|
||||
<BaseModal.Content overflowHidden>
|
||||
<CodeTabsComponent
|
||||
flow={flow}
|
||||
tabs={tabs!}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue