Skip to content

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);