scss: reduce leaflet controls z-index to be under pwa navigation (#38849)

This commit is contained in:
Frédéric Péters 2020-01-08 16:59:04 +01:00
parent 9398acbb0c
commit 80621ec673
1 changed files with 4 additions and 0 deletions

View File

@ -699,3 +699,7 @@ div.budget-table {
text-align: center;
}
}
div.leaflet-bottom, div.leaflet-top {
z-index: 800;
}