UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

10 lines 924 B
"use strict"; 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"); load_themed_styles_1.loadStyles([{ "rawString": ".root_5443f8a7{overflow-y:auto;max-height:inherit;height:inherit;-webkit-overflow-scrolling:touch}.stickyAbove_5443f8a7,.stickyBelow_5443f8a7{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_5443f8a7{top:0}@media screen and (-ms-high-contrast:active){.stickyAbove_5443f8a7{border-bottom:1px solid WindowText}}.stickyBelow_5443f8a7{bottom:0}@media screen and (-ms-high-contrast:active){.stickyBelow_5443f8a7{border-top:1px solid WindowText}}" }]); exports.root = "root_5443f8a7"; exports.stickyAbove = "stickyAbove_5443f8a7"; exports.stickyBelow = "stickyBelow_5443f8a7"; //# sourceMappingURL=ScrollablePane.scss.js.map