Fix some things

This commit is contained in:
Gregory Schier
2023-04-04 16:56:45 -07:00
parent b913b74449
commit aa8c066f2d
5 changed files with 7 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ export const TabContent = memo(function TabContent({
<div
tabIndex={-1}
data-tab={value}
className={classnames(className, 'tab-content', 'overflow-auto hidden w-full h-full')}
className={classnames(className, 'tab-content', 'hidden w-full h-full')}
>
{children}
</div>