forked from 0x2620/oxjs
theme scrollbars according to https://drafts.csswg.org/css-scrollbars/
This commit is contained in:
parent
0d211dede3
commit
ad7e833519
3 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
return width + width % 2;
|
||||
})();
|
||||
|
||||
//@ Ox.UI.PATH <str> Path of Ox UI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue