Overview:
When using the Saved Project module in the HTML5 Viewer the auto-complete list loads behind the module but above the map. This can also be seen in the Collaboration module when editing permissions.
The autocomplete is working and you can avoid the issue by using the down/up arrow keys on your keyboard, but the view being obstructed makes it difficult to see with whom you're sharing your project.
Solution:
Add the following CSS to the viewer's common.css file
(by default, this is found in "C:\inetpub\wwwroot\Html5Viewer\Resources\Styles\Custom\common.css"):
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
z-index: 999 !important;
}
If the above workaround doesn't resolve the issue, please follow up with VertiGIS Studio Support by submitting a ticket.
Comments
0 comments
Article is closed for comments.