getScrollbarWidth
Type : function
A function that returns the width of the vertical scrollbar.
Usage
import { getScrollbarWidth } from '@mustib/utils/browser';
const scrollbarWidth = getScrollbarWidth();
console.log(scrollbarWidth);
Type : function
A function that returns the width of the vertical scrollbar.
import { getScrollbarWidth } from '@mustib/utils/browser';
const scrollbarWidth = getScrollbarWidth();
console.log(scrollbarWidth);