fix(app): can't scroll files

This commit is contained in:
Adam
2026-03-07 06:47:11 -06:00
parent 7dd6369952
commit 99d8aab0ac
4 changed files with 22 additions and 13 deletions

View File

@@ -9,9 +9,13 @@
overflow-y: auto;
scrollbar-width: none;
outline: none;
display: block;
overflow-anchor: none;
}
.scroll-view__viewport[data-reverse="true"] {
display: flex;
flex-direction: column-reverse;
overflow-anchor: none;
}
.scroll-view__viewport::-webkit-scrollbar {