| Summary: | Unstick the navigation menu & cookie notice | ||
|---|---|---|---|
| Product: | Services | Reporter: | freebsd |
| Component: | Forums | Assignee: | Forum Adminstrators <forum-admins> |
| Status: | Closed Feedback Timeout | ||
| Severity: | Affects Only Me | CC: | freebsd |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
| Attachments: | |||
Created attachment 233322 [details]
1-screen worth scrolled down: with navigation & cookie notice obscuring the thread
Created attachment 233323 [details]
top of the page: with navigation at the top of the page, cookie notice at the bottom of the page, out of view
Created attachment 233324 [details]
1-screen worth scrolled down: with navigation at the top of the page, cookie notice at the bottom of the page, out of view
Just saw it was open; lost interest, etc. |
Created attachment 233321 [details] top of the page: with navigation & cookie notice obscuring the thread As of now, navigation menu & cookie notice stay in place on top & bottom of the "view port", thus obscuring a large portion of the thread at slight magnification & large font size. As such I can read only a handful of lines at a time; see the images with default style in effect ... freedsd-forums-position-sticky-0.png : top of the page; freedsd-forums-position-sticky-1.png : one-screen worth scrolled down I tried to produce a CSS patch by removal of "position: sticky" style where applicable. But the CSS available via "view source" option is hairy and could not produce a worthwhile patch. So I can only request to kindly remove the "position: sticky" style. Locally I am using "position: static" style -- via "Stylus" extension of Firefox -- for menu & cookie notice objects to be able to read the thread much more comfortably ... #freebsd_headercontainer *, #freebsd_menu, #header, .p-nav *, .p-navSticky, .p-navSticky *, .u-bottomFixer { position: static !important; } ... attached are the images showing the effect ... freedsd-forums-position-static-0.png : top of the page; freedsd-forums-position-static-1.png : one-screen worth scrolled down ... obvious issue with this is that I can use the above mentioned "position: static" style only on my own devices but not elsewhere.