Twenty Fourteen: ensure toolbar doesn't have a gap at the top when you start scrolling, including back compat for 3.6. Props MikeHansenMe and SergeyBiryukov, fixes #24914.
Built from https://develop.svn.wordpress.org/trunk@25063 git-svn-id: http://core.svn.wordpress.org/trunk@25049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c0dcebf0a4
commit
dc983adb2e
|
@ -614,9 +614,11 @@ body {
|
|||
top: 0;
|
||||
}
|
||||
.admin-bar .site-header.masthead-fixed {
|
||||
top: 28px;
|
||||
}
|
||||
.admin-bar.mp6 .site-header.masthead-fixed {
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
#site-header {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
|
|
Loading…
Reference in New Issue