fix: show controls indicator above stream # shortcut

This commit is contained in:
talksik
2026-04-01 08:33:00 -07:00
parent 476ecdd44e
commit 348fcad0cb
+1 -1
View File
@@ -71,7 +71,7 @@ export default function NetworkRoot() {
</div>
<ComposeOverlay networkId={networkId!} onActiveChange={setComposeActive} />
<div className="pointer-events-none absolute inset-x-0 bottom-0 flex justify-center p-3">
<div className="pointer-events-none absolute inset-x-0 bottom-0 z-20 flex justify-center p-3">
<div className="pointer-events-auto">
<ControlsIndicator type={"new"} />
</div>