mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: audio waveform height in timeline
This commit is contained in:
@@ -575,7 +575,7 @@ function ElementInner({
|
|||||||
)}
|
)}
|
||||||
style={{ height: `${baseTrackHeight}px` }}
|
style={{ height: `${baseTrackHeight}px` }}
|
||||||
>
|
>
|
||||||
<div className="flex flex-1 min-h-0 items-center overflow-hidden">
|
<div className="flex flex-1 min-h-0 h-full items-center overflow-hidden">
|
||||||
<ElementContent element={element} track={track} />
|
<ElementContent element={element} track={track} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user