make scrolling work again

This commit is contained in:
Jottyfan
2025-06-07 19:42:49 +02:00
parent 3bb68aff1f
commit 27c1669ed3

View File

@ -531,6 +531,11 @@ div {
.thumbswipe { .thumbswipe {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
max-height: 100px; max-height: 100px;
overflow-x: hidden; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
} scrollbar-width: none;
}
.thumbswipe::-webkit-scrollbar {
display: none;
}