feat: siderbar operation support portal (#1061)
This commit is contained in:
@@ -106,7 +106,7 @@ const SideBar: FC<{
|
||||
{installedApps.length > 0 && (
|
||||
<div className='mt-10'>
|
||||
<div className='pl-2 text-xs text-gray-500 font-medium uppercase'>{t('explore.sidebar.workspace')}</div>
|
||||
<div className='mt-3 space-y-1 overflow-y-auto overflow-x-hidden pb-20'
|
||||
<div className='mt-3 space-y-1 overflow-y-auto overflow-x-hidden'
|
||||
style={{
|
||||
maxHeight: 'calc(100vh - 250px)',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user