UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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