From 128c47034eb0ffaa02d55f3496264a88e166cca4 Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Tue, 12 May 2026 00:57:17 +0900 Subject: [PATCH] Media: Fix toolbar overflow Raise the attachments browser toolbar from 48px to 60px so the 2-row grid of filter labels and selects no longer overflows, and shift the attachments wrapper top from 72px to 84px to keep the gap consistent. See #23562. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/wp-includes/css/media-views.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 0feac6b178d7f..c1c61f9a86c1f 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -310,7 +310,7 @@ left: 0; right: 0; z-index: 100; - height: 48px; + height: 60px; padding: 0 16px; border: 0 solid #dcdcde; overflow: auto; @@ -1273,7 +1273,7 @@ select#media-attachment-date-filters { .attachments-browser.has-load-more .attachments-wrapper, .attachments-browser .uploader-inline { position: absolute; - top: 72px; + top: 84px; left: 0; right: 300px; bottom: 0;