# sticky-position **Repository Path**: mirrors_jackmoore/sticky-position ## Basic Information - **Project Name**: sticky-position - **Description**: A `position: sticky` polyfill that's dependency-free, and does not modify the DOM tree, i.e., React-friendly. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deprecated I feel like browser support for `position:sticky` is now good enough that I no longer plan to polyfill the feature my projects. Feel free to use this, just know that I don't plan on reaching full compatibility with `position:sticky`. ## Summary A `position: sticky` polyfill that's dependency-free and does not modify the DOM tree, i.e., React-friendly. See [react-sticky-position](https://github.com/jackmoore/react-sticky-position) for the React component. #### Demo Todo ##### Install via NPM ```bash npm install sticky-position ``` Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php)