Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-amd/components/ScrollablePane/ScrollablePane.scss.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

10 lines
1.0 KiB
JavaScript

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;
(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