summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-18 14:22:56 -0600
committerAdam <[email protected]>2026-02-19 07:32:58 -0600
commit38f7071da95075bce7029eff52ec7153046dd318 (patch)
tree4713a617072ada407e133dbf84e3431721f1a1ec
parentd2d5f3c04b09228d2d94e00695de8ca3a4d58a16 (diff)
downloadopencode-38f7071da95075bce7029eff52ec7153046dd318.tar.gz
opencode-38f7071da95075bce7029eff52ec7153046dd318.zip
chore: cleanup
-rw-r--r--packages/ui/src/pierre/index.ts4
1 files changed, 3 insertions, 1 deletions
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;
}
}`