UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

10 lines 924 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stickyBelow = exports.stickyAbove = exports.root = void 0; /* eslint-disable */ var load_themed_styles_1 = require("@microsoft/load-themed-styles"); load_themed_styles_1.loadStyles([{ "rawString": ".root_c3946f09{overflow-y:auto;max-height:inherit;height:inherit;-webkit-overflow-scrolling:touch}.stickyAbove_c3946f09,.stickyBelow_c3946f09{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_c3946f09{top:0}@media screen and (-ms-high-contrast:active){.stickyAbove_c3946f09{border-bottom:1px solid WindowText}}.stickyBelow_c3946f09{bottom:0}@media screen and (-ms-high-contrast:active){.stickyBelow_c3946f09{border-top:1px solid WindowText}}" }]); exports.root = "root_c3946f09"; exports.stickyAbove = "stickyAbove_c3946f09"; exports.stickyBelow = "stickyBelow_c3946f09"; //# sourceMappingURL=ScrollablePane.scss.js.map