From: marc tobias Date: Sat, 29 Oct 2016 09:14:30 +0000 (+0200) Subject: fix drodown menu not overlapping map button X-Git-Tag: v3.0.0~97^2~1 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/0a45dbf5f6796b3f887f1ca49866d41fa040fc71 fix drodown menu not overlapping map button --- diff --git a/website/css/common.css b/website/css/common.css index 233af74c..57976635 100644 --- a/website/css/common.css +++ b/website/css/common.css @@ -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