-
Notifications
You must be signed in to change notification settings - Fork 696
Open
Labels
Description
Describe the issue
Description
On the IETF 125 Meeting Agenda page, the "Assign Colors to Events" and "Search Events" buttons are positioned inside the table header area in a way that breaks layout at smaller viewport widths.
Observed behavior
- On desktop, when the viewport width is reduced, both buttons overlap the "Event" column header text.
- The buttons appear visually on top of the "Event" header instead of staying aligned to the header controls area.
- On mobile view, the "Assign Colors to Events" button disappears entirely, while the "Search Events" button remains floating over the table header.
Expected behavior
- Header action buttons should not overlap column headers at any viewport size.
- Buttons should either reflow into a separate toolbar, collapse into a menu, or move above the table on small screens.
- Mobile layout should preserve access to both actions in a consistent way.
Steps to reproduce
- Open https://datatracker.ietf.org/meeting/125/agenda
- Resize the browser window to a narrow desktop width
- Observe overlap on the "Event" column header
- Switch to a mobile viewport
- Notice that "Assign Colors to Events" is no longer visible
Screenshot
Code of Conduct
- I agree to follow the IETF's Code of Conduct
Reactions are currently unavailable