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}

View file

@ -280,7 +280,7 @@ const InlineComboboxContent: typeof ComboboxPopover = ({ className, ...props })
<Portal>
<ComboboxPopover
className={cn(
"z-500 max-h-[288px] w-[300px] overflow-y-auto rounded-md bg-popover shadow-md",
"z-500 max-h-[288px] w-[300px] overflow-y-auto overscroll-none rounded-md bg-popover shadow-md",
className
)}
onKeyDownCapture={handleKeyDown}