let's try to fix a firefox bug that leaflet hasn't managed to solve yet
This commit is contained in:
parent
ae4c96f678
commit
5ccbb05c05
1 changed files with 2 additions and 0 deletions
|
@ -919,6 +919,8 @@ main:not([data-view=route-result]) #route-summary {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix for firefox */
|
||||||
|
.leaflet-fade-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-zoom-animated { will-change:auto !important; }
|
||||||
|
|
||||||
.c3nav-grid {
|
.c3nav-grid {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue