Changed z-index on the map divs

Changed the z-index of the map on dashboard, logbook and qso window so that the when you click the menu the dropdown isn't hidden by map content
这个提交包含在:
Peter Goodhall 2021-03-14 14:58:38 +00:00
父节点 341c014a8e
当前提交 8e2f9b92f5

查看文件

@ -213,3 +213,11 @@ color: #ffffff;
#myTab .nav-link {
padding: 8px !important;
}
#map {
z-index: 1;
}
#qsomap {
z-index: 1;
}