Web App Builder layer list window height needs to be adjusted so that copyrights are visible

307
1
09-30-2019 10:12 AM
GeorgeKatsambas
Occasional Contributor III

I want to change my layer list window height so that the copyrights show. Which file can I do this in or is there a way to move the location of the copyrights now?

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

George,

   If you have not figured it out already the fix for this is simple. In the apps main config.json make this edit (line 7):

  "widgetPool": {
    "panel": {
      "uri": "themes/FoldableTheme/panels/FoldablePanel/Panel",
      "position": {
        "top": 5,
        "right": 5,
        "bottom": 25,
        "zIndex": 5,
        "relativeTo": "map"
      }
    },