The Design Layout template in ArcGIS Open Data is limited to 8 rows of widgets at the default height (16 rows), and results in overlapping widgets at the top of the page in view mode if exceeded.
上次发布: February 23, 2015ArcGIS Online
漏洞 ID 编号
BUG-000085046
已提交
February 4, 2015
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
3.6
操作系统
Windows OS
操作系统版本
7
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation. The HTML editor is available as a workaround.
解决办法
Override the style sheet for ArcGIS Open Data by altering the widget HTML using the CODE tab:
1. Increase the size of the body by altering the min-height on Line 1.
2. Scroll to the widget(s) having trouble with overlapping
3. Remove the row parameter, and add 'style="top:1900px"' inside the closing bracket.
For example: <div class="col-1 sizex-2 sizey-2" style="top:1900px">
Note: Play around with the values for pixel heights to get the desired look.