UNPKG

react-virtualized-sticky-tree

Version:

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

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