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