UNPKG

992 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.stickyBelow = exports.stickyAbove = exports.root = void 0;
4/* eslint-disable */
5var load_themed_styles_1 = require("@microsoft/load-themed-styles");
6load_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}}" }]);
7exports.root = "root_cf619380";
8exports.stickyAbove = "stickyAbove_cf619380";
9exports.stickyBelow = "stickyBelow_cf619380";
10//# sourceMappingURL=ScrollablePane.scss.js.map
\No newline at end of file