fix for Flash message not displaying in detached map

This commit is contained in:
Hallaathrad
2016-02-10 16:56:53 -05:00
parent 9913d8de92
commit b5fc216436
5 changed files with 10 additions and 3 deletions

View File

@@ -340,6 +340,7 @@ $(document).ready(function() {
}
if (String(window.location).match(/\/map$/ig)) {
$('body>.flashMessage').find('.alert').css('display', 'none');
$('.map-fixed-header').css('top', '50px');
}