mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
Make right side chevrons visible, lighten usernames, adjust stream list scrolling speed
(imported from commit 8068bdf1ae7fd817fda36d7e32ea94e850ab5675)
This commit is contained in:
@@ -1834,7 +1834,8 @@ $(function () {
|
||||
$(function () {
|
||||
$("#stream-filters-container").perfectScrollbar({
|
||||
suppressScrollX: true,
|
||||
useKeyboard: false
|
||||
useKeyboard: false,
|
||||
wheelSpeed: 20
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user