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