mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-23 10:54:09 +03:00
4 lines
180 B
JavaScript
4 lines
180 B
JavaScript
// remove jsdom warning for not implemented second argument for window.getComputedStyle
|
|
const cmptdStyle = window.getComputedStyle;
|
|
window.getComputedStyle = (a) => cmptdStyle(a);
|