发布

  • [OPIK-6863] [FE] fix: keep Experiments charts fixed during horizontal table scroll (#7136)

    frostbyte_neo 发布于 2026-06-17 09:11:38 +00:00

    The Experiments page body scroll container holds both the feedback-score
    charts (in a sticky horizontal container) and the experiments table. When the
    table was wide enough to scroll horizontally, the charts scrolled away with it
    instead of staying pinned.

    The sticky charts container could not offset because its flex-column parent's
    box width stayed at the viewport width even as the wide table pushed the
    scroll content wider — leaving the sticky element no room to slide within its
    containing block. Adding w-fit min-w-full lets the column grow to its content
    width while still filling the viewport when content is narrow, so the sticky
    top section stays fixed (matching the Optimization runs page).

    Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

    下载附件