maybe fixed custom scrollbar, minor css issue
This commit is contained in:
parent
961d1113c3
commit
ac7aaa69c8
@ -14,5 +14,5 @@ mrt:purecss
|
||||
fortawesome:fontawesome
|
||||
templates:tabs
|
||||
accounts-ui
|
||||
maazalik:malihu-jquery-custom-scrollbar
|
||||
percolate:momentum
|
||||
maazalik:malihu-jquery-custom-scrollbar
|
||||
|
||||
@ -141,9 +141,8 @@ Template.admin.rendered = function() {
|
||||
|
||||
$(".border.tabs-content").mCustomScrollbar({
|
||||
theme: 'dark',
|
||||
scrollInertia: 0,
|
||||
mouseWheel: { deltaFactor: 40 },
|
||||
scrollInertia: 10,
|
||||
mouseWheel: { deltaFactor: 30 },
|
||||
alwaysShowScrollbar: 2
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -18,7 +18,7 @@ Template.cart.helpers({
|
||||
}
|
||||
},
|
||||
url: function() {
|
||||
return Router.current().originalUrl.replace("/", "");
|
||||
return Router.current().originalUrl.replace("http://cbook.meteor.com/", "");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ Template.chromebook.helpers({
|
||||
}
|
||||
},
|
||||
url: function() {
|
||||
return Router.current().originalUrl.replace("/", "");
|
||||
return Router.current().originalUrl.replace("http://cbook.meteor.com/", "");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user