feat: tag filter adapte to scrolling (#6819)
This commit is contained in:
parent
936ac8826d
commit
8904745129
1 changed files with 2 additions and 2 deletions
|
|
@ -109,11 +109,11 @@ const TagFilter: FC<TagFilterProps> = ({
|
|||
</div>
|
||||
</PortalToFollowElemTrigger>
|
||||
<PortalToFollowElemContent className='z-[1002]'>
|
||||
<div className='relative w-[240px] bg-white rounded-lg border-[0.5px] border-gray-200 shadow-lg'>
|
||||
<div className='relative w-[240px] bg-white rounded-lg border-[0.5px] border-gray-200 shadow-lg'>
|
||||
<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…
Add table
Add a link
Reference in a new issue