7 lines
827 B
JavaScript
7 lines
827 B
JavaScript
/* eslint-disable */
|
|
import { loadStyles } from '@microsoft/load-themed-styles';
|
|
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}}" }]);
|
|
export var root = "root_cf619380";
|
|
export var stickyAbove = "stickyAbove_cf619380";
|
|
export var stickyBelow = "stickyBelow_cf619380";
|
|
//# sourceMappingURL=ScrollablePane.scss.js.map
|