Parcourir la source

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

tags/1.8.0
HyaCinth il y a 2 mois
Parent
révision
09b0dd5583
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/app/components/plugins/plugin-page/plugins-panel.tsx

+ 1
- 1
web/app/components/plugins/plugin-page/plugins-panel.tsx Voir le fichier

@@ -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>

Chargement…
Annuler
Enregistrer