Skip to content

Commit 1251356

Browse files
committed
Update plugin to version 3.1.0
1 parent 2402eba commit 1251356

9 files changed

+209
-214
lines changed

jquery.mCustomScrollbar.concat.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.mCustomScrollbar.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CONTENTS:
2424
------------------------------------------------------------------------------------------------------------------------
2525
*/
2626

27-
.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
27+
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
2828
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
2929

3030
.mCustomScrollBox{ /* contains plugin's markup */
@@ -237,6 +237,7 @@ yx-axis
237237
.mCSB_container_wrapper > .mCSB_container{
238238
padding-right: 30px;
239239
padding-bottom: 30px;
240+
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
240241
}
241242

242243
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
@@ -261,15 +262,9 @@ yx-axis
261262
margin-left: 30px;
262263
}
263264

264-
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
265-
padding-right: 0;
266-
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
267-
}
265+
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
268266

269-
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
270-
padding-bottom: 0;
271-
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
272-
}
267+
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
273268

274269
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
275270
margin-right: 0; /* non-visible scrollbar */

jquery.mCustomScrollbar.js

Lines changed: 98 additions & 98 deletions
Large diffs are not rendered by default.

jquery.mCustomScrollbar.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/minified/jquery.mCustomScrollbar.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
42 Bytes
Binary file not shown.

js/uncompressed/jquery.mCustomScrollbar.js

Lines changed: 98 additions & 98 deletions
Large diffs are not rendered by default.

malihu-custom-scrollbar-plugin.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"custom-scrollbar",
88
"scrollbar"
99
],
10-
"version": "3.0.9",
10+
"version": "3.1.0",
1111
"author": {
1212
"name": "malihu",
1313
"url": "http://manos.malihu.gr"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "malihu-custom-scrollbar-plugin",
3-
"version": "3.0.9",
3+
"version": "3.1.0",
44
"author": "malihu (http://manos.malihu.gr)",
55
"description": "Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support user defined callbacks etc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)