office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
7 lines • 827 B
JavaScript
/* eslint-disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".root_688adc10{overflow-y:auto;max-height:inherit;height:inherit;-webkit-overflow-scrolling:touch}.stickyAbove_688adc10,.stickyBelow_688adc10{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_688adc10{top:0}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.stickyAbove_688adc10{border-bottom:1px solid WindowText}}.stickyBelow_688adc10{bottom:0}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.stickyBelow_688adc10{border-top:1px solid WindowText}}" }]);
export var root = "root_688adc10";
export var stickyAbove = "stickyAbove_688adc10";
export var stickyBelow = "stickyBelow_688adc10";
//# sourceMappingURL=ScrollablePane.scss.js.map