mirror of
https://github.com/documenso/documenso.git
synced 2026-08-25 15:52:29 +10:00
fix: allow zooming and dragging uploaded signatures
This commit is contained in:
@@ -59,7 +59,7 @@ interface TabsListProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
|
||||
export function TabsList({ children, className, ...props }: TabsListProps) {
|
||||
return (
|
||||
<div className={cn('flex flex-wrap border-border border-b', className)} role="tabslist" {...props}>
|
||||
<div className={cn('flex flex-wrap border-border border-b', className)} role="tablist" {...props}>
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user