mvsde / scrollbar-width

Calculate the scrollbar width

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrollbar width

Installation

yarn add @mvsde/scrollbar-width
# or
npm install @mvsde/scrollbar-width

Usage

import scrollbarWidth from '@mvsde/scrollbar-width'

// Get the width of the scrollbar
const width = scrollbarWidth()

// Check if page has overflow and then get scrollbar width
const widthWithOverflowTest = scrollbarWidth({ testOverflow: true })

About

Calculate the scrollbar width

License:MIT License


Languages

Language:JavaScript 100.0%