Merge branch '364-cmb-fix-top-bar-not-appearing-in-dashboard' into 'master'

Add z-index to dashboard map to allow for user and reports menu #364

Closes #364

See merge request jankstudio/resq!421
This commit is contained in:
Kendrick Chan 2020-04-07 03:25:14 +00:00
commit 4b650e8a57

View file

@ -5,7 +5,7 @@
{% endblock %}
{% block body %}
<div id="dashboard_map" style="height:100%;"></div>
<div id="dashboard_map" style="height:100%;z-index:2"></div>
<!-- BEGIN: Subheader -->
<!-- END: Subheader -->
{% endblock %}