mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-05 19:51:59 +02:00
fix(ui): file explore locking to bottom of screen when searching
This commit is contained in:
@@ -164,7 +164,7 @@ const FileManagerContainer = () => {
|
||||
onChange={(event) => debouncedSearchTerm(event.target.value)}
|
||||
/>
|
||||
</div>
|
||||
<div ref={parentRef} className='max-h-screen min-h-fit overflow-auto'>
|
||||
<div ref={parentRef} className='max-h-screen min-h-screen 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%)]'
|
||||
|
||||
Reference in New Issue
Block a user