UNPKG

react-virtualized-sticky-tree

Version:

A React component for efficiently rendering tree like structures with support for position: sticky

11 lines (10 loc) 239 B
export default () => { if ( typeof navigator !== 'undefined' && /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor) ) { return '-webkit-sticky'; } return 'sticky'; }