FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix: AI Request Logs header overlap and sticky positioning by Infinite-Null · Pull Request #705 · WordPress/ai · GitHub

/ ai Public

Fix: AI Request Logs header overlap and sticky positioning - #705

Merged
dkotter merged 3 commits into
WordPress:developfrom
Infinite-Null:fix/ai-request-logs-sticky-header-overlap
Jun 12, 2026
Merged

Fix: AI Request Logs header overlap and sticky positioning#705
dkotter merged 3 commits into
WordPress:developfrom
Infinite-Null:fix/ai-request-logs-sticky-header-overlap

Conversation

Infinite-Null commented Jun 12, 2026
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

Closes #704

Summary

This PR fixes a visual overlap issue in the AI Request Logs screen where the table header appear above the sticky page header while scrolling.

Additionally, it updates the sticky header positioning to account for the WordPress admin bar height, ensuring the header remains correctly positioned across different admin layouts.

What Changed

  • Added a z-index to the AI Request Logs page header to ensure it remains above the table header.
  • Updated the sticky header top offset to use the WordPress admin bar height CSS variable.

Testing Instructions

  1. Navigate to AI Request Logs (/wp-admin/tools.php?page=ai-request-logs).
  2. Ensure there are enough log entries to make the page scrollable.
  3. Scroll through the logs.
  4. Verify that:
    • The page header remains above the table header.
    • The page header does not overlap with the WordPress admin bar.
    • The header positioning behaves correctly while scrolling.

Screenshots

Before After

Screencast

Before

Screen.Recording.2026-06-12.at.11.31.21.AM.mov

After

Screen.Recording.2026-06-12.at.11.25.55.AM.mov

Infinite-Null changed the title Fix: Ensure sticky header overlaps are resolved in AI Request Logs Fix: AI Request Logs header overlap and sticky positioning Jun 12, 2026
Infinite-Null marked this pull request as ready for review June 12, 2026 06:03

Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: Infinite-Null <ankitkumarshah@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

dkotter added this to the 1.1.0 milestone Jun 12, 2026
dkotter merged commit 7dd54b6 into WordPress:develop Jun 12, 2026
21 of 22 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AI Request Logs: Table header overlaps sticky page header while scrolling

2 participants


Back | FazBrowse Home | New Git URL