office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 799 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
load_themed_styles_1.loadStyles([{ "rawString": ".root_af9b5c20{overflow-y:auto;max-height:inherit;height:inherit;-webkit-overflow-scrolling:touch}.stickyContainer_af9b5c20{overflow:hidden;position:absolute;pointer-events:none}.stickyAbove_af9b5c20,.stickyBelow_af9b5c20{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_af9b5c20{top:0}.stickyBelow_af9b5c20{bottom:0}\n" }]);
exports.root = "root_af9b5c20";
exports.stickyContainer = "stickyContainer_af9b5c20";
exports.stickyAbove = "stickyAbove_af9b5c20";
exports.stickyBelow = "stickyBelow_af9b5c20";
//# sourceMappingURL=ScrollablePane.scss.js.map