Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-12-22 20:59:02 +0300
committerValery Sizov <vsv2711@gmail.com>2015-12-23 00:12:23 +0300
commit0d52a694bfcab6a1a4c0622f17317ea42ef369d4 (patch)
tree131130b7f095c32d408bd3f4f0546d14df993ae0
parentbfe905b3aea71e2f08f1565dc1d0e3ff18d5fdfa (diff)
customize niceScroll
-rw-r--r--app/views/votes/_votes_block.html.haml2
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})