More tweaks

This commit is contained in:
Gregory Schier
2023-03-25 21:40:14 -07:00
parent 298f5c5a99
commit 7e57bb98a8
3 changed files with 12 additions and 2 deletions

View File

@@ -64,7 +64,10 @@ export function Tabs<T>({
>
<div
aria-label={label}
className={classnames(tabListClassName, 'h-md flex items-center overflow-x-auto pb-0.5')}
className={classnames(
tabListClassName,
'h-md flex items-center overflow-x-auto pb-0.5 hide-scrollbars',
)}
>
<HStack space={1} className="flex-shrink-0">
{tabs.map((t) => {