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_a961b0d5{overflow-y:auto;max-height:inherit;height:inherit;-webkit-overflow-scrolling:touch}.stickyAbove_a961b0d5,.stickyBelow_a961b0d5{position:absolute;pointer-events:auto;width:100%;z-index:1}.stickyAbove_a961b0d5{top:0}@media screen and (-ms-high-contrast: active){.stickyAbove_a961b0d5{border-bottom:1px solid WindowText}}.stickyBelow_a961b0d5{bottom:0}@media screen and (-ms-high-contrast: active){.stickyBelow_a961b0d5{border-top:1px solid WindowText}}\n" }]);
export var root = "root_a961b0d5";
export var stickyAbove = "stickyAbove_a961b0d5";
export var stickyBelow = "stickyBelow_a961b0d5";
//# sourceMappingURL=ScrollablePane.scss.js.map