mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
chore: cleanup
This commit is contained in:
parent
d2d5f3c04b
commit
38f7071da9
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue