-
[OPIK-5360] [FE] fix: collapse ResizableSidePanel width when closed to prevent scroll overflow (#6003)
发布于
2026-03-31 14:53:06 +00:00 The panel's portal wrapper used
absolute inset-0which gave it full viewport width even when closed. Whilepointer-events-noneblocked interactions, the element still contributed to the document's scrollable width, causing a blank page when scrolling all the way right. Addingw-0when closed collapses the wrapper so it no longer extends the scroll area.Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件