This commit is contained in:
Josh Hawkins 2025-10-29 14:53:32 -05:00
parent b3e158bd01
commit 920e9bdd18

View File

@ -223,8 +223,7 @@ export default function DetailStream({
</div> </div>
</div> </div>
{/* Collapsible Controls Section - Absolutely positioned at bottom */} <div className="absolute bottom-0 left-0 right-0 z-30 rounded-t-md border border-secondary-highlight bg-background_alt shadow-md">
<div className="absolute bottom-0 left-0 right-0 z-30 rounded-t-md border border-secondary-highlight bg-background shadow-md">
<button <button
onClick={() => setControlsExpanded(!controlsExpanded)} onClick={() => setControlsExpanded(!controlsExpanded)}
className="flex w-full items-center justify-between p-3" className="flex w-full items-center justify-between p-3"