X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/f2a2c29815768171406587b7bc528f5033ec9b8f..513bf485f20f0308c7f25c96717190a354bf0ec3:/website/css/common.css diff --git a/website/css/common.css b/website/css/common.css index 8a36339f..a6d12f4c 100644 --- a/website/css/common.css +++ b/website/css/common.css @@ -1,6 +1,6 @@ header { width: 100%; - padding: 15px; + 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; +}