From 97049b9c3bb33c9cabd48b448dc074eb933422a0 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 20 Aug 2013 17:41:16 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@25063 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index ccaeffcb43..baeb7837f0 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -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;