Diffs Performance Improvements (#5653)

Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
Amadeus Demarzi 2025-12-17 05:33:46 -08:00 committed by GitHub
commit 5c490c51ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 298 additions and 253 deletions

View file

@ -5,6 +5,7 @@
height: 100%;
overflow-y: auto;
scrollbar-width: none;
contain: strict;
&::-webkit-scrollbar {
display: none;
}