# filamentgroup/fixed-sticky

DEPRECATED: A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.

Repository: https://github.com/filamentgroup/fixed-sticky
Canonical: https://ross.abutalabs.com/products/fixed-sticky
Language: JavaScript
License: MIT
License Family: permissive
Topics: scrolling, polyfill, sticky
Archived: true
Last push: 2017-06-28T15:33:56+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4716, "days_push": 3353, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1473, forks 148 (observed 2026-08-28T04:04:49.616422+00:00)

## What it is
A deprecated JavaScript polyfill for CSS position: sticky, designed to work with the fixed-fixed library for a safer position: fixed fallback in older browsers. It is no longer maintained since native browser support for position: sticky is now widespread.

## Use cases
- polyfill position sticky in older browsers
- make headers or sidebars stick while scrolling
- support sticky elements in legacy browsers without native support
- fallback positioning for sticky elements in old IE or Safari

## When to choose
- you must support very old browsers lacking native position: sticky
- maintaining a legacy codebase that already depends on it

## When to avoid
- starting a new project - use native position: sticky or Stickybits instead
- you need support for thead/tfoot sticky elements or parent overflow scenarios
- you want an actively maintained solution

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, animation
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: polyfill, position-sticky, deprecated, javascript, css

## Member repositories
- filamentgroup/fixed-sticky (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.616422+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:37.559384+00:00, confidence not recorded.
  - readme: https://github.com/filamentgroup/fixed-sticky (fetched 2026-08-28T04:04:49.616422+00:00, sha 8f79b68510dd)
  - registry_npm: https://registry.npmjs.org/fixed-sticky (fetched 2026-08-29T11:42:27.003302+00:00, sha 96b0faed399d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
