-
-
-
State changed as build OD-7986 (16.4.0) is successful
-
OneDev
changed state to 'Closed' 3 weeks ago
Previous Value Current Value Open
Closed
-
-
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
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.