发布

  • [OPIK-5360] [FE] fix: collapse ResizableSidePanel width when closed to prevent scroll overflow (#6003)

    frostbyte_neo 发布于 2026-03-31 14:53:06 +00:00

    The panel's portal wrapper used absolute inset-0 which gave it full viewport width even when closed. While pointer-events-none blocked interactions, the element still contributed to the document's scrollable width, causing a blank page when scrolling all the way right. Adding w-0 when closed collapses the wrapper so it no longer extends the scroll area.

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

    下载附件