fix(ui): keep fps only and ensure overlays fully cover video

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
luckfox-eng29
2026-05-06 18:59:10 +08:00
parent 2a5c0e585a
commit 225ee790d2
4 changed files with 13 additions and 26 deletions

View File

@@ -848,9 +848,9 @@ export default function PCHome() {
<Desktop isFullscreen={isFullscreen} />
<div
style={{ animationDuration: "500ms" }}
className="animate-slideUpFade pointer-events-none absolute inset-0 flex items-center justify-center p-4"
className="animate-slideUpFade pointer-events-none absolute inset-0 z-20 flex items-center justify-center"
>
<div className={`relative h-full max-h-[720px] w-full rounded-md`}>
<div className="relative h-full w-full">
{!!ConnectionStatusElement && ConnectionStatusElement}
{/*<ConnectionFailedOverlay show={true} setupPeerConnection={setupPeerConnection} />*/}
</div>