feat: add padding-bottom to tfe left column for synopsis breathing room

This commit is contained in:
Pontoporeia
2026-07-07 19:04:40 +02:00
parent 58fb4142b7
commit 3eb8ec9075
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@
gap: var(--space-m); gap: var(--space-m);
overflow-y: auto; overflow-y: auto;
min-width: 0; min-width: 0;
padding-bottom: var(--space-xl);
} }
/* Right column: holds files — scrolls independently */ /* Right column: holds files — scrolls independently */