update custom scrollbar size
This commit is contained in:
parent
d8206391d5
commit
d8656d3e86
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ Ox.load.UI = function(options, callback) {
|
|||
//@ Ox.UI.PATH <str> Path of Ox.UI
|
||||
Ox.UI.PATH = Ox.PATH + 'Ox.UI/';
|
||||
//@ Ox.UI.SCOLLBAR_SIZE <str> size of scrollbar
|
||||
Ox.UI.SCROLLBAR_SIZE = $.browser.webkit ? 12 : (function() {
|
||||
Ox.UI.SCROLLBAR_SIZE = $.browser.webkit ? 8 : (function() {
|
||||
var inner = $('<p>').css({
|
||||
height: '200px',
|
||||
width: '100%'
|
||||
|
|
Loading…
Reference in a new issue