feat: tag filter adapte to scrolling (#6819)
This commit is contained in:
parent
936ac8826d
commit
8904745129
@ -113,7 +113,7 @@ const TagFilter: FC<TagFilterProps> = ({
|
||||
<div className='p-2 border-b-[0.5px] border-black/5'>
|
||||
<SearchInput white value={keywords} onChange={handleKeywordsChange} />
|
||||
</div>
|
||||
<div className='p-1'>
|
||||
<div className='p-1 max-h-72 overflow-auto'>
|
||||
{filteredTagList.map(tag => (
|
||||
<div
|
||||
key={tag.id}
|
||||
|
Loading…
Reference in New Issue
Block a user