Re: NetBSD website layout weirdness
Greg Troxel <[email protected]> Sun, 02 Aug 2026 10:13:25 -0400
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
Rhialto <[email protected]> writes: > There is some weirness in the layout of https://www.netbsd.org/ that I > notice in Firefox, if I have a side bar open (hit F1 to do that). > > This obviously reduces the horizontally available space. But for some > reason, it seems like the page is still laid out like the space IS > available. So you get a horizontal scroll bar for the main (right hand > side) of the page. Often the text indeed doesn't fit any more and > disappears off the right. In the source, there is <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> and I wonder if device-width should be instead "width available to the page", the difference being sidebars. Or if this is a firefox bug. > If I move the horizontal scroll bar, the left menu bar of the page seems > to be transparent and the text from the main part mixes in with it. I can repro this w/o a sidebar if i make my browser window small. I read the 4th edition of this, all ~kpage of it. It's complicated! https://www.oreilly.com/library/view/css-the-definitive/9781098117603/