From 1401506471d3746af5b2fd89dde80ba2bbc35b95 Mon Sep 17 00:00:00 2001 From: UNITRONIX <36471318+UNITRONIX@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:19:03 +0200 Subject: [PATCH] Update z-index values in remote.css for improved layering and visibility --- web-nodejs/public/css/remote.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web-nodejs/public/css/remote.css b/web-nodejs/public/css/remote.css index d4c8d928..37290253 100644 --- a/web-nodejs/public/css/remote.css +++ b/web-nodejs/public/css/remote.css @@ -837,7 +837,7 @@ align-items: flex-start; background: var(--bg-secondary, #161b22); border-bottom: 1px solid var(--border-primary, #30363d); - z-index: 60; + z-index: 220; user-select: none; -webkit-app-region: drag; overflow: visible; @@ -942,7 +942,7 @@ height: var(--session-card-expanded); min-width: 120px; max-width: 180px; - z-index: 62; + z-index: 3; color: var(--text-primary, #e6edf3); background: var(--bg-tertiary, #21262d); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4); @@ -1075,7 +1075,7 @@ min-width: var(--session-bar-btn-expanded); background: var(--bg-tertiary, #21262d); color: var(--text-primary, #e6edf3); - z-index: 62; + z-index: 3; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35); }