fix: longer markdown content hidden

Added scroll to longer content and padding to avoid conflicting with
stream view peripheral controls and panels
This commit is contained in:
talksik
2026-04-12 10:12:06 -07:00
parent 2bc4ce7060
commit 484ee9d4fb
2 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ function StreamViewInner({ path, streamParticle }: StreamViewProps) {
return (
<div
className="relative flex h-screen flex-col overflow-hidden bg-black text-white"
className="relative flex h-screen flex-col overflow-hidden bg-black text-white [--stream-safe-top:4rem] [--stream-safe-bottom:5rem]"
onMouseMove={handleMouseActivity}
onMouseLeave={() => setShowControls(false)}
>