From 780e8babe430ce836e4ce482ad908a56b00cbbd1 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 8 Jun 2026 17:39:07 -0700 Subject: [PATCH] Perfect toolbar --- src/app/vnc/VncClient.tsx | 14 ++++++------- src/components/CollapsibleSessionToolbar.tsx | 21 ++++++++++++-------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/app/vnc/VncClient.tsx b/src/app/vnc/VncClient.tsx index aaa5d0d17..7d4291e1b 100644 --- a/src/app/vnc/VncClient.tsx +++ b/src/app/vnc/VncClient.tsx @@ -298,6 +298,13 @@ export default function VncClient({ style={{ display: connected ? "flex" : "none" }} > + -
-
+
{children}
- {/* Gray backdrop that visually "disappears" into the toolbar - and peeks out behind the top of the orange pull tab. */} -