diff --git a/source/UI/js/Core/UI.js b/source/UI/js/Core/UI.js index b3b7aebe..5875480f 100644 --- a/source/UI/js/Core/UI.js +++ b/source/UI/js/Core/UI.js @@ -47,7 +47,7 @@ Ox.SCROLLBAR_SIZE = Ox.UI.SCROLLBAR_SIZE = $.browser.webkit ? 8 : (function() { width = 1 + width - (inner[0].offsetWidth == width ? outer[0].clientWidth : inner[0].offsetWidth); outer.remove(); - return width + width % 2; + return Math.max(width + width % 2, 8); })(); //@ Ox.UI.PATH Path of Ox UI