Merge pull request #568 from mtmail/z-index-fix-for-mapbounds-button

fix dropdown menu not overlapping map button
This commit is contained in:
Sarah Hoffmann
2016-10-29 12:21:49 +02:00
committed by GitHub

View File

@@ -29,3 +29,7 @@ header #last-updated {
white-space: nowrap;
text-align: center;
}
header .dropdown-menu {
z-index: 1001;
}