mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 03:16:35 +00:00
tui: fix sidebar workspace container sizing by adding box-border class to prevent content overflow issues
This commit is contained in:
parent
0243be86a7
commit
5cc61e1b53
1 changed files with 1 additions and 1 deletions
|
|
@ -1917,7 +1917,7 @@ export default function Layout(props: ParentProps) {
|
|||
return (
|
||||
<div
|
||||
classList={{
|
||||
"flex flex-col min-h-0 min-w-0 rounded-tl-[12px] px-2": true,
|
||||
"flex flex-col min-h-0 min-w-0 box-border rounded-tl-[12px] px-2": true,
|
||||
"border border-b-0 border-border-weak-base": !merged(),
|
||||
"border-l border-t border-border-weaker-base": merged(),
|
||||
"bg-background-base": merged() || hover(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue