make scrolling work again
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user