translucent light/dark background plus backdrop-filter: blur(...)
flex-wrap: nowrap; overflow-x: auto; (keep .options from shrinking oddly)
Below sticky enablement is always on; keep current non-sticky wrapping only where the marker class is absent.
Context on .autofit
Detail pages scroll inside .autofit (JS sets overflow: auto on the innermost autofit). position: sticky; top: 0 is relative to that scroller, which already sits below the fixed topbar. No extra mobile top offset should be needed.
Follow-up from issue #2953 (design locked).
Make primary detail-page
.nav-tabs-linebars sticky so tabs stay reachable while scrolling long detail pages.Locked design
top: 0within.autofit(same sticky model as side-info on wide)flex-wrap: nowrap+ horizontal scroll (no multi-line wrap)Implementation sketch
nav-tabs-sticky), rather than making every.nav-tabs-linesticky globally.position: sticky; top: 0;z-index: 1050on narrow side-info)backdrop-filter: blur(...)flex-wrap: nowrap; overflow-x: auto;(keep.optionsfrom shrinking oddly)Context on
.autofitDetail pages scroll inside
.autofit(JS setsoverflow: autoon the innermost autofit).position: sticky; top: 0is relative to that scroller, which already sits below the fixed topbar. No extra mobile top offset should be needed.