/*
 * This fixes an issue in the basmap select menu where the sprite doesnt get cut correctly and
 * shows half of another icon
 */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 26px !important;
  height: 26px !important
}
