make scrolling work again
This commit is contained in:
@ -531,6 +531,11 @@ div {
|
||||
.thumbswipe {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
max-height: 100px;
|
||||
overflow-x: hidden;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.thumbswipe::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user