office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 842 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_92f8a6e5{overflow-y:auto;max-height:inherit;-webkit-overflow-scrolling:touch}.stickyContainer_92f8a6e5{overflow:hidden;position:absolute;pointer-events:none}.stickyAbove_92f8a6e5,.stickyBelow_92f8a6e5{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_92f8a6e5{top:0}.stickyBelow_92f8a6e5{bottom:0}\n" }]);
exports.root = "root_92f8a6e5";
exports.stickyContainer = "stickyContainer_92f8a6e5";
exports.stickyAbove = "stickyAbove_92f8a6e5";
exports.stickyBelow = "stickyBelow_92f8a6e5";
});
//# sourceMappingURL=ScrollablePane.scss.js.map