Of 0 Next NextApplications Open const firstSection const header const mobileOverlayNav const sectionBackground firstSection ? Const headerHeight header ? Const firstSectionHasBackground firstSection ? firstSection.className.indexOf('has-background') >= 0 const isFirstSectionInset firstSection ? >= 0 const isLayoutEngineSection firstSection ? firstSection.className.indexOf('layout-engine-section') >= 0 if (firstSection) firstSection.style.paddingTop headerHeight if (sectionBackground isLayoutEngineSection) if (isFirstSectionInset) sectionBackground.style.top headerHeight else sectionBackground.style.top
