mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: diff scroll gutter
This commit is contained in:
parent
9d0630f094
commit
d29205e677
1 changed files with 3 additions and 0 deletions
|
|
@ -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"]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue