瀏覽代碼

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 查看文件

<div className='pl-2 text-xs text-gray-500 font-medium uppercase'>{t('explore.sidebar.workspace')}</div> <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' <div className='mt-3 space-y-1 overflow-y-auto overflow-x-hidden'
style={{ style={{
maxHeight: 'calc(100vh - 250px)',
height: 'calc(100vh - 250px)',
}} }}
> >
{installedApps.map(({ id, is_pinned, uninstallable, app: { name, icon, icon_background } }) => { {installedApps.map(({ id, is_pinned, uninstallable, app: { name, icon, icon_background } }) => {

Loading…
取消
儲存