diff options
| author | Adam <[email protected]> | 2025-12-19 15:11:42 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-20 04:25:17 -0600 |
| commit | 26cf5e003ebd402b3343504dd6726a4c8cc9ffe3 (patch) | |
| tree | 39553711b6f21da32918272181416515575ad987 /packages/ui/src/components/diff.css | |
| parent | 742cf10deeffb31292cdbf8a5ca7afb07698d9dc (diff) | |
| download | opencode-26cf5e003ebd402b3343504dd6726a4c8cc9ffe3.tar.gz opencode-26cf5e003ebd402b3343504dd6726a4c8cc9ffe3.zip | |
fix(desktop): perf stuff
Diffstat (limited to 'packages/ui/src/components/diff.css')
| -rw-r--r-- | packages/ui/src/components/diff.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/diff.css b/packages/ui/src/components/diff.css index 3251eb4c6..1d94e417a 100644 --- a/packages/ui/src/components/diff.css +++ b/packages/ui/src/components/diff.css @@ -1,5 +1,5 @@ [data-component="diff"] { - contain: content; + content-visibility: auto; [data-slot="diff-hunk-separator-line-number"] { position: sticky; |
