Esri / calcite-maps

A Bootstrap theme for designing, styling and creating modern map apps.
http://esri.github.io/calcite-maps/samples/index.html
Apache License 2.0
238 stars 173 forks source link

Top of Widget panels get hidden under Nav bar in main sample #190

Closed pcsswamin closed 6 years ago

pcsswamin commented 6 years ago

Top of widget panels get hidden under the nav bar in main code sample whose code is displayed on https://github.com/Esri/calcite-maps. so for example, user cannot close or see the title of widget panel such as legend or basemap.

alaframboise commented 6 years ago

Not able to repro can you provide a jsbin or codepen?

pcsswamin commented 6 years ago

from the sample I copied out yesterday. Here is a jsbin...only changes like title by me... https://jsbin.com/jawudizisi/1/edit?html,output

I cannot reproduce with your 4.7 sample today. Would be interested to know what caused it.

alaframboise commented 6 years ago

You had calcite-nav-margin-top instead of calcite-nav-top in your code. 4.6 and 4.7 work the same. Thanks.