From 3afcaa1374483ed649a9224e78341d36ef54f990 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 18 Oct 2017 14:54:39 +0000 Subject: [PATCH] Dashboard: Ensure the "Dismiss" button on the Gutenberg callout is clickable. Who likes z-index? We like z-index! Props joemcgill. See #41316. git-svn-id: https://develop.svn.wordpress.org/trunk@41900 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index 5afdab8127..0b803e1844 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -154,6 +154,7 @@ .welcome-panel .welcome-panel-close, .try-gutenberg-panel .try-gutenberg-panel-close { position: absolute; + z-index: 10; top: 10px; right: 10px; padding: 10px 15px 10px 21px;