CSS position:sticky

- WD

Keeps elements positioned as "fixed" or "relative" depending on how it appears in the viewport. As a result the element is "stuck" when necessary while scrolling.

Chrome

  1. 4 - 22: Not supported
  2. 23 - 36: Disabled by default
  3. 37 - 51: Not supported
  4. 52 - 55: Disabled by default
  5. 56 - 90: Partial support
  6. 91 - 116: Supported
  7. 117: Supported
  8. 118 - 120: Supported

Edge

  1. 12 - 15: Not supported
  2. 16 - 18: Partial support
  3. 79 - 90: Partial support
  4. 91 - 116: Supported
  5. 117: Supported

Safari

  1. 3.1 - 6: Not supported
  2. 6.1 - 7: Partial support
  3. 7.1 - 12.1: Supported
  4. 13 - 16.5: Supported
  5. 16.6: Supported
  6. 17.0 - TP: Supported

Firefox

  1. 2 - 25: Not supported
  2. 26 - 31: Disabled by default
  3. 32 - 58: Partial support
  4. 59 - 116: Supported
  5. 117: Supported
  6. 118 - 120: Supported

Opera

  1. 9 - 38: Not supported
  2. 39 - 41: Disabled by default
  3. 42 - 77: Partial support
  4. 78 - 101: Supported
  5. 102: Supported

IE

  1. 5.5 - 10: Not supported
  2. 11: Not supported

Chrome for Android

  1. 117: Supported

Safari on iOS

  1. 3.2 - 5.1: Not supported
  2. 6 - 7.1: Partial support
  3. 8 - 12.5: Supported
  4. 13 - 16.6: Supported
  5. 17.0: Supported
  6. 17.1: Supported

Samsung Internet

  1. 4 - 5.4: Not supported
  2. 6.2 - 21: Supported
  3. 22: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Not supported
  2. 73: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 117: Supported

Firefox for Android

  1. 117: Supported

QQ Browser

  1. 13.1: Partial support

Baidu Browser

  1. 13.18: Supported

KaiOS Browser

  1. 2.5: Partial support
  2. 3: Supported

Any ancestor between the sticky element and its user-scrollable container with overflow computed as anything but visible/clip will effectively prevent sticking behavior.

Resources:
MDN Web Docs - CSS position
HTML5Rocks
Polyfill
Another polyfill
geddski article: Examples and Gotchas
WebPlatform Docs