]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix drodown menu not overlapping map button
authormarc tobias <mtmail@gmx.net>
Sat, 29 Oct 2016 09:14:30 +0000 (11:14 +0200)
committermarc tobias <mtmail@gmx.net>
Sat, 29 Oct 2016 09:14:30 +0000 (11:14 +0200)
website/css/common.css

index 233af74c465341a78494ef0b4ac6c85e6b418313..57976635d42629126e1e84bfdf984cbb017bd0aa 100644 (file)
@@ -29,3 +29,7 @@ header #last-updated {
   white-space: nowrap;
   text-align: center;
 }
+
+header .dropdown-menu {
+  z-index: 1001;
+}
\ No newline at end of file