浏览代码

chore: handle workspace apps scrollbar (#1101)

tags/0.3.20
Joel 2 年前
父节点
当前提交
23a6c85b80
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/explore/sidebar/index.tsx

+ 1
- 1
web/app/components/explore/sidebar/index.tsx 查看文件

@@ -108,7 +108,7 @@ const SideBar: FC<{
<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'
style={{
maxHeight: 'calc(100vh - 250px)',
height: 'calc(100vh - 250px)',
}}
>
{installedApps.map(({ id, is_pinned, uninstallable, app: { name, icon, icon_background } }) => {

正在加载...
取消
保存