fix drodown menu not overlapping map button

This commit is contained in:
marc tobias 2016-10-29 11:14:30 +02:00
parent a61f852cd2
commit 0a45dbf5f6

View File

@ -29,3 +29,7 @@ header #last-updated {
white-space: nowrap; white-space: nowrap;
text-align: center; text-align: center;
} }
header .dropdown-menu {
z-index: 1001;
}