Explorar el Código

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

David Hill hace 1 mes
padre
commit
5cc61e1b53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/pages/layout.tsx

+ 1 - 1
packages/app/src/pages/layout.tsx

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