Keep layer labels on top of the tiles in the layer switcher
Fixes #1334
This commit is contained in:
parent
3548894696
commit
7725cd59b4
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ body.compact {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-stroke: 2px #fff;
|
text-stroke: 2px #fff;
|
||||||
background: rgba(255,255,255,.9);
|
background: rgba(255,255,255,.9);
|
||||||
z-index: 2; // For IE9
|
z-index: 1000;
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue