refactor: enhance SidebarUserProfile component with download tracking and improved button styling

This commit is contained in:
Anish Sarkar 2026-05-14 22:53:41 +05:30
parent c77babf39b
commit 4083d33b5c
4 changed files with 49 additions and 4 deletions

View file

@ -14,7 +14,7 @@ export function FixedToolbar({
return (
<Toolbar
className={cn(
"scrollbar-hide absolute top-0 left-0 z-[60] w-full justify-between overflow-x-auto border-b bg-background p-1",
"scrollbar-hide absolute top-0 left-0 z-40 w-full justify-between overflow-x-auto border-b bg-background p-1",
className
)}
{...props}