
Firefox showing an overflow scrollbar when there is no overflow
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 👍 0All Replies (1)
Chosen Solution
Okey... changing the <canvas> element display property from 'inline' to 'block' solved the problem. But why?