mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
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
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user