![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
How to remove 1px border around firefox window?
There's a small 1px border that separates my navigation toolbar and whatever website I'm looking at. DOM and Inspector doesn't know what I'm looking for, and I haven't found any solution
There's a small 1px border that separates my navigation toolbar and whatever website I'm looking at. DOM and Inspector doesn't know what I'm looking for, and I haven't found any solution
All Replies (2)
Have you tried safe mode, to see if its a addon affecting it (Maybe Hide Menubar 6.0.20110915?)
Although I couldn't figure out what the line is, this is a simple way to remove it:
#browser { margin-top: -1px !important; }
Modified