B: Fix search dropdown

This commit is contained in:
Ivan 2025-03-18 22:28:27 +03:00
parent a46dfb6561
commit ebedd86fcb

View File

@ -53,7 +53,7 @@ export function LibraryPage() {
return ( return (
<> <>
<ToolbarSearch className='sticky top-0 h-9' total={libraryItems.length} filtered={filtered.length} /> <ToolbarSearch className='top-0 h-9' total={libraryItems.length} filtered={filtered.length} />
<div className='relative cc-fade-in flex'> <div className='relative cc-fade-in flex'>
<MiniButton <MiniButton
className='absolute z-tooltip -top-8 right-6' className='absolute z-tooltip -top-8 right-6'