feat: add padding to bottom of SequencerCanvas and TrackControls for improved layout
This commit is contained in:
@@ -280,7 +280,7 @@ export const SequencerCanvas = forwardRef<HTMLDivElement, SequencerCanvasProps>(
|
||||
className="flex-1 min-h-0 min-w-0 overflow-auto"
|
||||
onScroll={handleTracksScroll}
|
||||
>
|
||||
<div style={{ width: `${totalWidth}px`, minWidth: `${totalWidth}px` }}>
|
||||
<div style={{ width: `${totalWidth}px`, minWidth: `${totalWidth}px`, paddingBottom: '52px' }}>
|
||||
{tracks.map((track) => (
|
||||
<TrackRow
|
||||
key={track.id}
|
||||
|
||||
Reference in New Issue
Block a user