Ensure Git options is fixed to bottom

pull/2879/head
David Disu 2 years ago
parent 6dbb0e9db2
commit bfdccfb439
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -535,7 +535,7 @@ export function Workspace () {
return (
<div className='d-flex flex-column justify-content-between h-100'>
<div className='remixui_container'>
<div className='remixui_container overflow-auto' style={{ maxHeight: selectedWorkspace && selectedWorkspace.isGitRepo ? '95%' : '100%' }}>
<div className='d-flex flex-column w-100 remixui_fileexplorer' data-id="remixUIWorkspaceExplorer" onClick={resetFocus}>
<div>
<header>

Loading…
Cancel
Save