Firefox 153 release notes for developers (Beta)

This article provides information about the changes in Firefox 153 that affect developers. Firefox 153 is the current Beta version of Firefox and ships on July 21, 2026.

Note: The release notes for this Firefox version are still a work in progress.

Changes for web developers

CSS

Fix for nested scrollable areas

This implementation has been added in order to fix an issue where scrollable content was unreachable. If a scrollbar is set to display: none; or width: 0; then the scrollbars of nested scrollable areas would be stacked on top of each other meaning that some of the content may well be unreachable. This does however mean that the @supports selector(::-webkit-scrollbar) check will return true even though the ::-webkit-scrollbar pseudo-element is not truly supported. (Firefox bug 2038877).

APIs

Media, WebRTC, and Web Audio

Changes for add-on developers

Experimental web features

These features are shipping in Firefox 153 but are disabled by default. To experiment with them, search for the appropriate preference on the about:config page and set it to true. You can find more such features on the Experimental features page.