diff options
| author | Adam Malczewski <[email protected]> | 2026-06-27 17:13:45 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-27 17:13:45 +0900 |
| commit | 47248676ff6db70c4db00c866e13840c3299de36 (patch) | |
| tree | dbdbebfddd9c44a7d75153e5e48a36449d113740 /src/app | |
| parent | af647673f60e09947bb0a968f039e472a83f4c1d (diff) | |
| download | dispatch-web-47248676ff6db70c4db00c866e13840c3299de36.tar.gz dispatch-web-47248676ff6db70c4db00c866e13840c3299de36.zip | |
fix(sidebar-tabs): align chat scrollbar with composer instead of flush against sidebar
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/App.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/App.svelte b/src/app/App.svelte index 9926824..2bcf346 100644 --- a/src/app/App.svelte +++ b/src/app/App.svelte @@ -499,7 +499,7 @@ </div> {/if} - <div class="relative min-h-0 min-w-0 flex-1"> + <div class="relative min-h-0 min-w-0 flex-1 pr-4"> <div bind:this={transcriptEl} class="h-full overflow-y-auto"> <div bind:this={transcriptContentEl}> {#key store.activeConversationId} |
