Blame view

天文台pc/tianwentai-ui/node_modules/react-remove-scroll-bar/dist/es5/constants.js 571 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
  "use strict";
  Object.defineProperty(exports, "__esModule", { value: true });
  exports.removedBarSizeVariable = exports.noScrollbarsClassName = exports.fullWidthClassName = exports.zeroRightClassName = void 0;
  exports.zeroRightClassName = 'right-scroll-bar-position';
  exports.fullWidthClassName = 'width-before-scroll-bar';
  exports.noScrollbarsClassName = 'with-scroll-bars-hidden';
  /**
   * Name of a CSS variable containing the amount of "hidden" scrollbar
   * ! might be undefined ! use will fallback!
   */
  exports.removedBarSizeVariable = '--removed-body-scroll-bar-size';