Keep layer labels on top of the tiles in the layer switcher

Fixes #1334
This commit is contained in:
Tom Hughes 2016-10-21 15:23:37 +01:00
parent 3548894696
commit 7725cd59b4

View file

@ -725,7 +725,7 @@ body.compact {
font-size: 16px;
text-stroke: 2px #fff;
background: rgba(255,255,255,.9);
z-index: 2; // For IE9
z-index: 1000;
input[type="radio"] {
display: none;
}