/* Get rid of firefox warning Will-change memory consumption is too high */
/* Follow up if needed when Firefox is upgraded from ESR 78.3.0 */

.leaflet-fade-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: auto !important;
}
