mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-20 09:10:37 +03:00
improve code
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ const msedge = window.navigator.userAgent.toLowerCase().indexOf('edge') > -1;
|
|||||||
|
|
||||||
msie11 && addClass(document.body, 'msie11');
|
msie11 && addClass(document.body, 'msie11');
|
||||||
|
|
||||||
const useContentElement = true;
|
const useContentElement = false;
|
||||||
const fixedDigits = msie11 ? 1 : 3;
|
const fixedDigits = msie11 ? 1 : 3;
|
||||||
const fixedDigitsOffset = 3;
|
const fixedDigitsOffset = 3;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user