From 38f7071da95075bce7029eff52ec7153046dd318 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:22:56 -0600 Subject: [PATCH] chore: cleanup --- packages/ui/src/pierre/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/pierre/index.ts b/packages/ui/src/pierre/index.ts index dc9d857bf..f226a9ae1 100644 --- a/packages/ui/src/pierre/index.ts +++ b/packages/ui/src/pierre/index.ts @@ -104,7 +104,8 @@ const unsafeCSS = ` } [data-diff-header], -[data-diff] { +[data-diff], +[data-file] { [data-separator] { height: 24px; } @@ -122,6 +123,7 @@ const unsafeCSS = ` } [data-code] { overflow-x: auto !important; + overflow-y: hidden !important; } }`