]> arthur.barton.de Git - netdata.git/commitdiff
increased the mousewheel speed a bit
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 29 Dec 2016 00:15:53 +0000 (02:15 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 29 Dec 2016 00:15:53 +0000 (02:15 +0200)
web/index.html

index 6e976370946f90fcd5e735ce0251c41a8c7730f0..b3b3b08fac4702474d729c708e22f3247bb17fab 100644 (file)
 
             var sidebar = document.getElementById('sidebar');
             Ps.initialize(sidebar, {
-                wheelSpeed: 0.4,
+                wheelSpeed: 0.5,
                 wheelPropagation: true,
                 swipePropagation: true,
                 minScrollbarLength: null,
 
             var registry = document.getElementById('registry-dropdown');
             Ps.initialize(registry, {
-                wheelSpeed: 0.4,
+                wheelSpeed: 0.5,
                 wheelPropagation: false,
                 swipePropagation: false,
                 minScrollbarLength: null,