constants.js 383 B

12345678
  1. export const zeroRightClassName = 'right-scroll-bar-position';
  2. export const fullWidthClassName = 'width-before-scroll-bar';
  3. export const noScrollbarsClassName = 'with-scroll-bars-hidden';
  4. /**
  5. * Name of a CSS variable containing the amount of "hidden" scrollbar
  6. * ! might be undefined ! use will fallback!
  7. */
  8. export const removedBarSizeVariable = '--removed-body-scroll-bar-size';