Unable to scroll for large content inside the Expand widget in the 'drawer' mode for ArcGIS Maps SDK for JavaScript v4.32.
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000175943
已提交
April 21, 2025
上次修改时间
June 17, 2025
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.32
操作系统
Windows OS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Use CSS to avoid this issue. Set max-width or max-height on the content within the Expand component and set 'overflow' to 'auto' or 'scroll'. Refer to the example here: https://codepen.io/annefitz/pen/xbbYLpO?editors=1000