mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Themes: Fix single theme modal on collapsed menu.
Prevents the modal from being displayed off screen, when there is only one theme available and the menu is collapsed. Props hardeepasrani for initial patch. Fixes #36504. git-svn-id: https://develop.svn.wordpress.org/trunk@37205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -524,7 +524,7 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
body.folded .theme-overlay .theme-wrap {
|
||||
body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
left: 70px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user