fix(app): can't scroll files

This commit is contained in:
Adam 2026-03-07 06:47:11 -06:00
commit 99d8aab0ac
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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 {