We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6a892 commit fb56fc0Copy full SHA for fb56fc0
1 file changed
components/SamplePackManager.tsx
@@ -154,7 +154,7 @@ export const SamplePackManager: React.FC<SamplePackManagerProps> = ({ onClose })
154
</div>
155
156
157
- <div className="flex-1 overflow-y-auto p-4 space-y-2">
+ <div className="flex-1 overflow-y-auto p-4 space-y-2" style={{ scrollbarGutter: 'stable' }}>
158
{isAdding ? (
159
<div className="bg-retro-accent/5 border border-retro-accent/20 rounded-xl p-4 space-y-3 mb-2">
160
<input
0 commit comments