@fluentui/react
Version:
Reusable React components for building web experiences.
10 lines • 997 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.stickyBelow = exports.stickyAbove = exports.root = void 0;
/* eslint-disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
(0, load_themed_styles_1.loadStyles)([{ "rawString": ".root_cf619380{overflow-y:auto;max-height:inherit;height:inherit;-webkit-overflow-scrolling:touch}.stickyAbove_cf619380,.stickyBelow_cf619380{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_cf619380{top:0}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.stickyAbove_cf619380{border-bottom:1px solid WindowText}}.stickyBelow_cf619380{bottom:0}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.stickyBelow_cf619380{border-top:1px solid WindowText}}" }]);
exports.root = "root_cf619380";
exports.stickyAbove = "stickyAbove_cf619380";
exports.stickyBelow = "stickyBelow_cf619380";
//# sourceMappingURL=ScrollablePane.scss.js.map