mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): use overflow-auto on TabsPanel to prevent layout jump (#1148)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -307,7 +307,7 @@ export function TabsPanel({ value, children, initial, className, variant = 'comp
|
||||
hidden={!isActive}
|
||||
data-value={value}
|
||||
className={twMerge(
|
||||
clsx('overflow-scroll p-6 max-h-96 flex-1', variant === 'compact' && 'bg-faded-black dark:bg-soot'),
|
||||
clsx('overflow-auto p-6 max-h-96 flex-1', variant === 'compact' && 'bg-faded-black dark:bg-soot'),
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user