2.0.0 • Published 1 year ago

@advdominion/get-scrollbar-width v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago