ui(File): fix searching for files displaying incorrectly

This commit is contained in:
Naterfute
2026-01-15 20:49:02 -08:00
parent 7ff87d4194
commit 3ecb596368

View File

@@ -164,7 +164,7 @@ const FileManagerContainer = () => {
onChange={(event) => debouncedSearchTerm(event.target.value)}
/>
</div>
<div ref={parentRef} className='max-h-screen overflow-auto'>
<div ref={parentRef} className='max-h-screen min-h-fit overflow-auto'>
<div
data-pyro-file-manager-files
className='p-1 border-[1px] border-[#ffffff12] rounded-xl sm:ml-12 sm:mr-12 mx-2 bg-[radial-gradient(124.75%_124.75%_at_50.01%_-10.55%,_rgb(16,16,16)_0%,rgb(4,4,4)_100%)]'