Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox showing an overflow scrollbar when there is no overflow

  • 1 reply
  • 1 has this problem
  • 126 views
  • Last reply by Eivind

Here is a fiddle showing the problem: https://jsfiddle.net/hefczx3a/12/

Even though all the elements are the same dimension with no margins/padding. Firefox displays scrollbars... On Chrome it is displayed as intended, covering the viewport without any scrollbars.

Is this is Firefox bug?

Here is a fiddle showing the problem: https://jsfiddle.net/hefczx3a/12/ Even though all the elements are the same dimension with no margins/padding. Firefox displays scrollbars... On Chrome it is displayed as intended, covering the viewport without any scrollbars. Is this is Firefox bug?

Chosen solution

Okey... changing the <canvas> element display property from 'inline' to 'block' solved the problem. But why?

Read this answer in context 👍 0

All Replies (1)

Chosen Solution

Okey... changing the <canvas> element display property from 'inline' to 'block' solved the problem. But why?