Bug 1625124 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

As reported in https://github.com/webcompat/web-bugs/issues/50378 the scrollbars weren't showing initially, since the site was using `overflow-y: overlay;`  which is not supported in Firefox. But now they have applied a "fix" with `@-moz-document` changing the rule to `overflow: auto;` , so at least the scrollbars are showing in Firefox release
As reported in https://github.com/webcompat/web-bugs/issues/50378 the scrollbars weren't showing initially, since the site was using `overflow-y: overlay;`  which is not supported in Firefox. But now they have applied a "fix" with `@-moz-document url-prefix` changing the rule to `overflow: auto;` , so at least the scrollbars are showing in Firefox release

Back to Bug 1625124 Comment 9