We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455f842 commit 09b0dd5Copy full SHA for 09b0dd5
1 file changed
web/app/components/plugins/plugin-page/plugins-panel.tsx
@@ -73,7 +73,7 @@ const PluginsPanel = () => {
73
{!isPluginListLoading && (
74
<>
75
{(filteredList?.length ?? 0) > 0 ? (
76
- <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'>
77
<div className='w-full'>
78
<List pluginList={filteredList || []} />
79
</div>
0 commit comments