Opened 3 years ago
Closed 3 years ago
#6038 closed defect (bug) (fixed)
Broken style on core.trac page
Reported by: | krishaweb | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | needs-patch has-screenshots |
Cc: |
Description
Found broken style issue in the core.trac when checking the latest tickets.
Change History (4)
#3
in reply to:
↑ 2
@
3 years ago
Replying to dd32:
There's still an issue in that the JS overlay needs to be updated to detect the new header height.
Since it's Javascript, we should probably update the code to position it properly, rather than relying upon magic numbers in CSS.
Next commit, which also fixes mobile views with a width < 770px.
Note: See
TracTickets for help on using
tickets.
This was mostly fixed by [11464], but took a while for it to be reflected upon trac as it doesn't reload it's templates that often.
There's still an issue in that the JS overlay needs to be updated to detect the new header height.
Since it's Javascript, we should probably update the code to position it properly, rather than relying upon magic numbers in CSS.