From 0a45dbf5f6796b3f887f1ca49866d41fa040fc71 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sat, 29 Oct 2016 11:14:30 +0200 Subject: [PATCH] fix drodown menu not overlapping map button --- website/css/common.css | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5