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 Aiden Cline
commit 96719bdf52
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;
}