From 559318c85e23745f2feccce8b71784acbd4a0adb Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Tue, 22 Dec 2015 19:59:02 +0200 Subject: customize niceScroll --- app/views/votes/_votes_block.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/votes/_votes_block.html.haml b/app/views/votes/_votes_block.html.haml index 6c7f05c730c..65d3f4c7faf 100644 --- a/app/views/votes/_votes_block.html.haml +++ b/app/views/votes/_votes_block.html.haml @@ -42,4 +42,4 @@ $(".award").tooltip() - $(".emoji-menu-content").niceScroll({cursorwidth: "7px"}) + $(".emoji-menu-content").niceScroll({cursorwidth: "7px", autohidemode: false}) -- cgit v1.2.1