Skip to content

Commit 38f7071

Browse files
committed
chore: cleanup
1 parent d2d5f3c commit 38f7071

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ui/src/pierre/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ const unsafeCSS = `
104104
}
105105
106106
[data-diff-header],
107-
[data-diff] {
107+
[data-diff],
108+
[data-file] {
108109
[data-separator] {
109110
height: 24px;
110111
}
@@ -122,6 +123,7 @@ const unsafeCSS = `
122123
}
123124
[data-code] {
124125
overflow-x: auto !important;
126+
overflow-y: hidden !important;
125127
}
126128
}`
127129

0 commit comments

Comments
 (0)