You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version string in the sticky header is all uppercase, which renders as GO1.14.6 on standard library packages. This should preserve the original casing
The :target selector in stylesheet.css (and in sidenav.css) that’s used to ensure that anchor targets aren’t scrolled below the sticky headers isn’t needed for pages that don’t have them (and need to be adjusted for the new sticky header on the details pages)
Should the homepage should have smart quotes around example searches? (unrelated to header but just noticed it)
overflow: auto on the html and body elements (used to fix an iOS focus bug) is causing other focus issues and the fixed header to appear over scrollbars
Search text is shown on mobile when the search input is collapsed
Ensure sidenav height is properly calculated
The IntersectionObserver logic to show the sticky header will trigger it if the inline nav is below the fold. Ensure it only shows if it is off the top of the screen
The search bar in the primary header looks a bit off re: spacing on iOS
Determine whether to keep uppercase “Package”, “Command”, etc.
Adjust IntersectionObserver margin on fixed header to have it show earlier
Fixed header hack to fix focus bug on iOS Safari breaks tap-to-top behavior
GO1.14.6on standard library packages. This should preserve the original casing:targetselector in stylesheet.css (and in sidenav.css) that’s used to ensure that anchor targets aren’t scrolled below the sticky headers isn’t needed for pages that don’t have them (and need to be adjusted for the new sticky header on the details pages)overflow: autoon the html and body elements (used to fix an iOS focus bug) is causing other focus issues and the fixed header to appear over scrollbars/cc @julieqiu @jamalc