fix(desktop): layout regression
Some checks failed
deploy / deploy (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled

This commit is contained in:
Adam 2025-12-21 05:01:30 -06:00
parent 673c6f97b7
commit 23ebc50da9
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -534,7 +534,7 @@ export default function Page() {
const showTabs = createMemo(() => diffs().length > 0 || tabs().all().length > 0)
return (
<div class="relative bg-background-base size-full overflow-x-hidden flex flex-col">
<div class="relative bg-background-base size-full overflow-hidden flex flex-col">
<div class="min-h-0 grow w-full flex">
{/* Session pane - always visible */}
<div