Fix height in File-Explorer

pull/2494/head
David Disu 3 years ago
parent f4512197c5
commit 3758c9eebc
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -230,7 +230,7 @@ export function Workspace () {
</div>
<div className='h-100 remixui_fileExplorerTree'>
<div className='h-100'>
<div className='pl-2 h-100 remixui_treeview' data-id='filePanelFileExplorerTree'>
<div className='pl-2 remixui_treeview' data-id='filePanelFileExplorerTree'>
{ (global.fs.mode === 'browser') && (currentWorkspace !== NO_WORKSPACE) &&
<FileExplorer
name={currentWorkspace}

Loading…
Cancel
Save