[wp-meta] [Making WordPress.org] #7920: Form Overlapping Timeline Header on Making WordPress Page.
Making WordPress.org
noreply at wordpress.org
Tue Feb 25 13:09:28 UTC 2025
#7920: Form Overlapping Timeline Header on Making WordPress Page.
-------------------------+-------------------------------------------------
Reporter: nareshbheda | Owner: (none)
Type: defect | Status: new
(bug) |
Priority: normal | Milestone:
Component: Trac | Keywords: needs-patch needs-testing has-
| screenshots
-------------------------+-------------------------------------------------
On the Making WordPress site, the timeline section is experiencing an
overlapping issue where the `<h2>` element ("Timeline") is being
obstructed by the form container (`#prefs`). The form appears to be
positioned above the timeline heading, causing readability and UI issues.
Steps to Reproduce:
1. Go to https://meta.trac.wordpress.org/timeline.
2. Scroll down to the "Timeline" section.
3. Observe that the form overlaps the heading, making it partially hidden.
Expected Behavior:
-The <h2> elements should be properly positioned below the filter form.
-No overlapping or cut-off text should occur.
Current Behavior:
-The <h2> date headers are overlapping the form.
-Some text appears cut off or misaligned.
Try the following CSS improvements:
{{{
#content.timeline h2 {
overflow: hidden; /* Prevents content overflow */
}
}}}
Thank you.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7920>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list