position:fixed
Safe to usecssFixed positioning is supported in all browsers (except mobile, which is described at length here).
- Verdict
- Safe to use
- Category
- CSS features
- Browser support
- Can I Use
- Works in
- all modern browsers
Should you use position:fixed in 2026?
Use fixed positioning all you like, but you may want to check its behavior in mobile browsers afterward. There is a messy feature detect if you'd like it.
Please