Twenty Seventeen: Fixes unexpected behaviour of scroll down arrow

This ensures the arrorw disappears once the top menu sticks.

Props LittleBigThing, davidakennedy
Fixes #38555



git-svn-id: https://develop.svn.wordpress.org/trunk@39004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2016-10-29 09:44:10 +00:00
parent 6e59435291
commit eb68984b1b

View File

@ -3519,7 +3519,7 @@ object {
display: none;
}
.site-navigation-fixed.site-header.menu-scroll-down {
.site-header .site-navigation-fixed .menu-scroll-down {
display: none;
}