Initial commit
This commit is contained in:
8
node_modules/react-remove-scroll-bar/dist/es2015/constants.js
generated
vendored
Normal file
8
node_modules/react-remove-scroll-bar/dist/es2015/constants.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export var zeroRightClassName = 'right-scroll-bar-position';
|
||||
export var fullWidthClassName = 'width-before-scroll-bar';
|
||||
export var noScrollbarsClassName = 'with-scroll-bars-hidden';
|
||||
/**
|
||||
* Name of a CSS variable containing the amount of "hidden" scrollbar
|
||||
* ! might be undefined ! use will fallback!
|
||||
*/
|
||||
export var removedBarSizeVariable = '--removed-body-scroll-bar-size';
|
||||
Reference in New Issue
Block a user