X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/248588fbf33484d6e7326e4ec0a1f4356ef15996..f5cbe0e6babf9b4649eb2e00717d21474052b08e:/website/css/common.css diff --git a/website/css/common.css b/website/css/common.css index aaf0b340..a6d12f4c 100644 --- a/website/css/common.css +++ b/website/css/common.css @@ -1,6 +1,6 @@ header { width: 100%; - padding: 5px; + padding: 5px 15px; z-index: 5; } @@ -29,3 +29,7 @@ header #last-updated { white-space: nowrap; text-align: center; } + +header .dropdown-menu { + z-index: 1001; +}