mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: new folder trash overflow
This commit is contained in:
parent
d0558e4da1
commit
3afca2b482
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue