mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
B: Fix search dropdown
This commit is contained in:
parent
a46dfb6561
commit
ebedd86fcb
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user