CivicTechAtlanta / early-voting

Early voting information for Georgia
http://earlyvoting.codeforatlanta.org
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Make map 100% height #5

Closed rhewitt22 closed 8 years ago

rhewitt22 commented 9 years ago

For some reason I can't get the map to be anything but a pixel based height.

See issue.

My styles:

html,
body {
  height: 100%;
}

.angular-leaflet-map {
  height: 100%;
}