dwysokinski.me/src/utils/isSmoothScrollSupported.js

2 lines
73 B
JavaScript
Raw Normal View History

2021-01-17 08:31:50 +00:00
export default () => 'scrollBehavior' in document.documentElement.style;