lille: be explicit about navigation z-index (IE11 bug workaround) (#32509)

This commit is contained in:
Frédéric Péters 2019-04-21 12:36:09 +02:00
parent 431367f00d
commit f6fa7fbb05
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ div.gru-nav .gru-nav-button {
position: absolute;
width: $width;
border-top: 0;
z-index: 1000;
}
}