]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #568 from mtmail/z-index-fix-for-mapbounds-button
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 29 Oct 2016 10:21:49 +0000 (12:21 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Oct 2016 10:21:49 +0000 (12:21 +0200)
fix dropdown menu not overlapping map button

website/css/common.css

index 233af74c465341a78494ef0b4ac6c85e6b418313..a6d12f4cdcf390a03ca272484251191c13af627b 100644 (file)
@@ -29,3 +29,7 @@ header #last-updated {
   white-space: nowrap;
   text-align: center;
 }
+
+header .dropdown-menu {
+  z-index: 1001;
+}