office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
9 lines • 979 B
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
load_themed_styles_1.loadStyles([{ "rawString": ".root_688adc10{overflow-y:auto;max-height:inherit;height:inherit;-webkit-overflow-scrolling:touch}.stickyAbove_688adc10,.stickyBelow_688adc10{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_688adc10{top:0}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.stickyAbove_688adc10{border-bottom:1px solid WindowText}}.stickyBelow_688adc10{bottom:0}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.stickyBelow_688adc10{border-top:1px solid WindowText}}" }]);
exports.root = "root_688adc10";
exports.stickyAbove = "stickyAbove_688adc10";
exports.stickyBelow = "stickyBelow_688adc10";
});
//# sourceMappingURL=ScrollablePane.scss.js.map