Container queries!

This commit is contained in:
Gregory Schier
2023-03-20 01:08:41 -07:00
parent 9e1771c5ec
commit b6f53d059e
14 changed files with 212 additions and 245 deletions

View File

@@ -128,6 +128,7 @@ export const TabContent = memo(function TabContent({
}: TabContentProps) {
return (
<T.Content
tabIndex={-1}
forceMount
value={value}
className={classnames(className, 'tab-content', 'w-full h-full overflow-auto')}