Fix FloatingWindow & BrowserStream UI Bugs (#3299)

This commit is contained in:
Jonathan Dobson
2025-08-25 16:27:21 -04:00
committed by GitHub
parent 064b64dd4c
commit e64c47279f
3 changed files with 33 additions and 8 deletions

View File

@@ -334,7 +334,7 @@ function BrowserStream({
ref={setCanvasContainerRef}
>
{isVncConnected && (
<div className="overlay z-10 flex items-center justify-center">
<div className="overlay z-10 flex items-center justify-center overflow-hidden">
{showControlButtons && (
<div className="control-buttons pointer-events-none relative flex h-full w-full items-center justify-center">
<Button