Fixed API modal overflow

This commit is contained in:
Lucas Oliveira 2024-06-10 17:24:57 -03:00
commit b38e8d375f

View file

@ -215,7 +215,7 @@ const ApiModal = forwardRef(
aria-hidden="true"
/>
</BaseModal.Header>
<BaseModal.Content>
<BaseModal.Content overflowHidden>
<CodeTabsComponent
flow={flow}
tabs={tabs!}