chore: enhance ListWrapper and PluginPage components with stable scro… (#16048)

This commit is contained in:
Kalo Chin
2025-03-18 10:12:49 +09:00
committed by GitHub
parent 223ab5a38f
commit 939dcb4c0a
2 changed files with 4 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ const PluginPage = ({
<div
id='marketplace-container'
ref={containerRef}
style={{ scrollbarGutter: 'stable' }}
className={cn('grow relative flex flex-col overflow-y-auto border-t border-divider-subtle', activeTab === 'plugins'
? 'rounded-t-xl bg-components-panel-bg'
: 'bg-background-body',