update custom scrollbar size

This commit is contained in:
rolux 2012-12-10 17:44:10 +01:00
parent d8206391d5
commit d8656d3e86

View file

@ -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%'