fix: extend file drop zone to fill remaining viewport height
This commit is contained in:
@@ -837,7 +837,7 @@ export function FileBrowser({
|
||||
return (
|
||||
<div
|
||||
ref={containerRef}
|
||||
className="flex flex-col h-full"
|
||||
className="flex flex-col flex-1 min-h-0"
|
||||
onClick={handleContainerClick}
|
||||
onDragOver={handleDragOver}
|
||||
onDragLeave={handleDragLeave}
|
||||
|
||||
Reference in New Issue
Block a user