2.0.0 • Published 25 days ago

@advdominion/get-scrollbar-width v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
25 days ago

get-scrollbar-width

Get window scrollbar width (if present):

import { getScrollbarWidth } from '@advdominion/get-scrollbar-width';

console.log(getScrollbarWidth());

Get system scrollbar width:

import { getScrollbarWidth } from '@advdominion/get-scrollbar-width';

console.log(getScrollbarWidth(false));
2.0.0

25 days ago

1.1.0

3 months ago

1.0.0

11 months ago