mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-22 22:04:09 +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');
|
||||
|
||||
const useContentElement = true;
|
||||
const useContentElement = false;
|
||||
const fixedDigits = msie11 ? 1 : 3;
|
||||
const fixedDigitsOffset = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user