mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: new folder trash overflow
This commit is contained in:
parent
d0558e4da1
commit
3afca2b482
@ -29,7 +29,7 @@ export const NavigationPanel = ({
|
||||
|
||||
<Workspace></Workspace>
|
||||
|
||||
<div className={'flex flex-col px-2'}>
|
||||
<div className={'flex flex-col px-2 overflow-auto'} style={{height: 'calc(100vh - 280px)'}}>
|
||||
{folders.map((folder, index) => (
|
||||
<FolderItem
|
||||
key={index}
|
||||
|
Loading…
Reference in New Issue
Block a user