show the mobile sidebar trigger above the chat header (#7267)

* Studio: show the mobile sidebar trigger above the chat header

* fix

* correct z-index

---------

Co-authored-by: Lee Jackson <130007945+Imagineer99@users.noreply.github.com>
This commit is contained in:
Nilay 2026-07-22 01:32:29 +05:30 committed by GitHub
commit 3c8e3de76e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ export function Navbar() {
);
}
return (
<header className="absolute top-0 inset-x-0 z-40 h-[48px] pointer-events-none">
<header className="absolute top-0 inset-x-0 z-[45] h-[48px] pointer-events-none">
<div className="flex h-full items-start pt-[11px] pl-2">
<SidebarTrigger className="pointer-events-auto !size-[34px]" />
</div>