tui: fix sidebar workspace container sizing by adding box-border class to prevent content overflow issues

This commit is contained in:
David Hill 2026-03-09 13:04:37 +00:00
parent 0243be86a7
commit 5cc61e1b53

View File

@ -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(),