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:
parent
ac48e52ab3
commit
6e15892673
@ -524,7 +524,7 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
body.folded .theme-overlay .theme-wrap {
|
||||
body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
left: 70px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user