Skip to content

Commit fb56fc0

Browse files
committed
style: keep SamplePackManager list width consistent with scrollbar-gutter stable
1 parent 7c6a892 commit fb56fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/SamplePackManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const SamplePackManager: React.FC<SamplePackManagerProps> = ({ onClose })
154154
</div>
155155
</div>
156156

157-
<div className="flex-1 overflow-y-auto p-4 space-y-2">
157+
<div className="flex-1 overflow-y-auto p-4 space-y-2" style={{ scrollbarGutter: 'stable' }}>
158158
{isAdding ? (
159159
<div className="bg-retro-accent/5 border border-retro-accent/20 rounded-xl p-4 space-y-3 mb-2">
160160
<input

0 commit comments

Comments
 (0)