瀏覽代碼

fix: Optimize scrolling experience on plugin page (#24314) (#24322)

tags/1.8.0
HyaCinth 2 月之前
父節點
當前提交
09b0dd5583
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/plugins/plugin-page/plugins-panel.tsx

+ 1
- 1
web/app/components/plugins/plugin-page/plugins-panel.tsx 查看文件

@@ -73,7 +73,7 @@ const PluginsPanel = () => {
{!isPluginListLoading && (
<>
{(filteredList?.length ?? 0) > 0 ? (
<div className='flex grow flex-wrap content-start items-start justify-center gap-2 self-stretch px-12'>
<div className='flex grow flex-wrap content-start items-start justify-center gap-2 self-stretch overflow-y-auto px-12'>
<div className='w-full'>
<List pluginList={filteredList || []} />
</div>

Loading…
取消
儲存