fix: diff scroll gutter

This commit is contained in:
Adam 2025-12-08 12:03:04 -06:00
parent 9d0630f094
commit d29205e677
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -32,6 +32,9 @@ const unsafeCSS = `
[data-separator-content] {
height: 24px !important;
}
[data-code] {
overflow-x: auto !important;
}
}`
export function createDefaultOptions<T>(style: FileDiffOptions<T>["diffStyle"]) {