From a399fb0b38f9299dbc38930c515bac54c45a9d11 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Tue, 7 Jul 2015 17:13:59 +0000 Subject: [PATCH] Respect the special case of having only one theme. If there is only one theme, the Pointer won't show and the overlay is active by default. In that case the overlay covered submenu flyouts, after [33068]. Without the Pointer active, there is no need to bump the `z-index`, so it can remain at 10. Fixes #31544. git-svn-id: https://develop.svn.wordpress.org/trunk@33111 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 06a68878f4..4c026a2ed6 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -838,6 +838,7 @@ body.folded .theme-overlay .theme-wrap { right: auto; top: auto; bottom: auto; + z-index: 10; } .single-theme .theme-overlay .theme-about {