Home > Mobile >  Why did Mozilla Firefox decide to make the minimum window width to 450px?
Why did Mozilla Firefox decide to make the minimum window width to 450px?

Time:03-31

I'm wondering why the browser Mozilla Firefox decided to set the minimum sizable width of its window to 438px. Is there any particular reason for this? Because if I were to develop responsive website, Chromium browsers have minimum width of 500px.

How to replicate:

  1. Open Firefox
  2. Right click inside a website
  3. Select "Inspect Element"
  4. Click on the top right corner beside the phone icon to show more options
  5. Select "Separate Window"
  6. Resize the browser
  7. Note: Remove the scrollbar

CodePudding user response:

This thread should explain this value: enter image description here

  • Related