diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 19:59:02 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 19:59:02 +0200 |
commit | 559318c85e23745f2feccce8b71784acbd4a0adb (patch) | |
tree | d219c63723f200d200e51c95e3fdfde4ec78e0c2 | |
parent | 791c5bff7dd8c5eaf5d586e6c751b169923685d6 (diff) | |
download | gitlab-ce-559318c85e23745f2feccce8b71784acbd4a0adb.tar.gz |
customize niceScroll
-rw-r--r-- | app/views/votes/_votes_block.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |