Theme Details: Hide admin toolbar on smaller screens.

props obenland.
fixes #31381.

git-svn-id: https://develop.svn.wordpress.org/trunk@31702 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-03-10 20:03:30 +00:00
parent 8f0910aee4
commit 39e1f112cf
1 changed files with 2 additions and 1 deletions

View File

@ -523,6 +523,7 @@
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}
.theme-overlay .theme-wrap:after {
@ -922,7 +923,7 @@ body.folded .theme-overlay .theme-wrap {
left: 0;
padding: 70px 20px 20px;
border: none;
z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */
z-index: 100000; /* should overlap #wpadminbar. */
position: fixed;
}