fix: audio bars overlap with bottom controls
This commit is contained in:
@@ -98,7 +98,7 @@ export function MediaParticleView({
|
||||
/>
|
||||
|
||||
{audioSource && (
|
||||
<div className="z-10 absolute bottom-5">
|
||||
<div className="z-10 absolute bottom-10">
|
||||
<AudioLevelBars sourceNode={audioSource.sourceNode} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user