Add padding to #wpbody at viewports < 600px so that content isn't overlapped by the absolute-positioned adminbar. See #25858.

git-svn-id: https://develop.svn.wordpress.org/trunk@26379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-26 02:04:15 +00:00
parent e64d1e8eb7
commit 34d12c41c5

View File

@ -12204,6 +12204,10 @@ li#wp-admin-bar-toggle-button {
html.wp-toolbar {
padding-top: 0;
}
#wpbody {
padding-top: 46px;
}
.auto-fold #adminmenu {
top: 46px;