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 .



git-svn-id: https://develop.svn.wordpress.org/trunk@37205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2016-04-14 12:19:47 +00:00
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;
}