smooth-scroll-into-view-if-needed icon indicating copy to clipboard operation
smooth-scroll-into-view-if-needed copied to clipboard

Smoothly scroll elements into view, cross browser!

Results 31 smooth-scroll-into-view-if-needed issues
Sort by recently updated
recently updated
newest added

With `"moduleResolution": "NodeNext"` in `tsconfig.json`, typescript incorrectly assumes the type of exports of `smooth-scroll-into-view-if-needed`, because it thinks `/typings/index` defines types for a commonjs module. This works at runtime but doesn't...