fix(desktop): keep titlebar overlay off session title

This commit is contained in:
Gille 2026-06-26 19:18:26 -06:00
parent dbe734beff
commit 1bff85cf66

View file

@ -192,7 +192,7 @@ export function AppShell({
{nativeOverlayWidth > 0 && (
<div
aria-hidden
className="pointer-events-none fixed inset-x-0 top-0 z-[4] h-(--titlebar-height) border-b border-(--ui-stroke-tertiary) bg-(--ui-chat-surface-background)"
className="pointer-events-none fixed right-0 top-0 z-[4] h-(--titlebar-height) w-(--titlebar-tools-right) border-b border-(--ui-stroke-tertiary) bg-(--ui-chat-surface-background)"
/>
)}