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