mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 10:43:38 +00:00
merge new into master
This commit is contained in:
8
node_modules/react-remove-scroll-bar/dist/es2019/constants.js
generated
vendored
Normal file
8
node_modules/react-remove-scroll-bar/dist/es2019/constants.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export const zeroRightClassName = 'right-scroll-bar-position';
|
||||
export const fullWidthClassName = 'width-before-scroll-bar';
|
||||
export const noScrollbarsClassName = 'with-scroll-bars-hidden';
|
||||
/**
|
||||
* Name of a CSS variable containing the amount of "hidden" scrollbar
|
||||
* ! might be undefined ! use will fallback!
|
||||
*/
|
||||
export const removedBarSizeVariable = '--removed-body-scroll-bar-size';
|
||||
Reference in New Issue
Block a user